Skip to content

Commit 012fe7c

Browse files
committed
chore(release): 3.1.1
1 parent 2498575 commit 012fe7c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1](https://github.com/chantouchsek/vue-axios-http/compare/v3.1.0...v3.1.1) (2022-07-08)
6+
7+
8+
### Bug Fixes
9+
10+
* :fire: make fill method print the same the value from api ([ddb6b08](https://github.com/chantouchsek/vue-axios-http/commit/ddb6b085b071d6766f4e5cde50deed3db34a275c))
11+
* **deps:** bump parse-url from 6.0.0 to 6.0.2 ([3e71ffb](https://github.com/chantouchsek/vue-axios-http/commit/3e71ffb4786ac056bb444bae2840bed44549c75c))
12+
* **deps:** bump qs from 6.10.5 to 6.11.0 ([5ebc28f](https://github.com/chantouchsek/vue-axios-http/commit/5ebc28fbd24497aad09639a1a9b02912f583d668))
13+
* **deps:** bump shell-quote from 1.7.2 to 1.7.3 ([db6a556](https://github.com/chantouchsek/vue-axios-http/commit/db6a5565d78b8bdd5128eaafca7a9dc7c931e7cf))
14+
515
## [3.1.0](https://github.com/chantouchsek/vue-axios-http/compare/v3.0.1...v3.1.0) (2022-06-19)
616

717

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.1.0",
3+
"version": "3.1.1",
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)