Skip to content

Commit 47e045a

Browse files
committed
chore(release): 3.1.0
1 parent 068238b commit 47e045a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.1.0](https://github.com/chantouchsek/vue-axios-http/compare/v3.0.1...v3.1.0) (2022-06-19)
6+
7+
8+
### Features
9+
10+
* add deep array access for first() ([9223a7b](https://github.com/chantouchsek/vue-axios-http/commit/9223a7b4add01a2963378af233d8da150a696f91))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump actions/setup-node from 3.2.0 to 3.3.0 ([aa39996](https://github.com/chantouchsek/vue-axios-http/commit/aa3999645eeb6b23e130df8e623598b255e3ff8c))
16+
* **deps:** bump qs from 6.10.3 to 6.10.5 ([7e19a9b](https://github.com/chantouchsek/vue-axios-http/commit/7e19a9b0e046a0d01402965644a4b0b881784c41))
17+
* update readme ([068238b](https://github.com/chantouchsek/vue-axios-http/commit/068238b0a593caabc4e735f02086d6171d5ab20d))
18+
* update readme ([afeaf69](https://github.com/chantouchsek/vue-axios-http/commit/afeaf69a40dbf52276c32db7b83dd9baa7ff6e25))
19+
* update readme ([a47a8fc](https://github.com/chantouchsek/vue-axios-http/commit/a47a8fc2ade12503f78295cff8ffd4d9849307c6))
20+
521
### [3.0.1](https://github.com/chantouchsek/vue-axios-http/compare/v3.0.0...v3.0.1) (2022-05-25)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-axios-http",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Elegant and simple way to build requests for REST API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)