Skip to content

Commit 2011935

Browse files
committed
chore(release): 3.2.0
1 parent 1aefa34 commit 2011935

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.2.0](https://github.com/chantouchsek/vue-axios-http/compare/v3.1.3...v3.2.0) (2023-01-25)
6+
7+
8+
### Features
9+
10+
* :sparkles: clear the field and get any ([e3576c4](https://github.com/chantouchsek/vue-axios-http/commit/e3576c43b49e05dc67e33da2a2ac36f4700a6267))
11+
* :sparkles: get multiple field by camel or snake case ([b22aae0](https://github.com/chantouchsek/vue-axios-http/commit/b22aae02809c4d67aaea516158e5717c93a7f971))
12+
13+
14+
### Bug Fixes
15+
16+
* :bug: remove the return type annotataion ([ce1031e](https://github.com/chantouchsek/vue-axios-http/commit/ce1031e9e7699b04344843e34f9db4f7892cf6e3))
17+
* **deps:** bump actions/checkout from 3.1.0 to 3.3.0 ([cb1ec39](https://github.com/chantouchsek/vue-axios-http/commit/cb1ec39050690cd4b288a6007697cf349618b034))
18+
* **deps:** bump actions/setup-node from 3.5.0 to 3.5.1 ([c998da5](https://github.com/chantouchsek/vue-axios-http/commit/c998da50c9e0ac39db976fd7e2c0bb4c3caca80d))
19+
* **deps:** bump actions/setup-node from 3.5.1 to 3.6.0 ([3629f0b](https://github.com/chantouchsek/vue-axios-http/commit/3629f0b1c917dc5826e00347c2144754baffa5fa))
20+
* **deps:** bump actions/stale from 6 to 7 ([8043b4a](https://github.com/chantouchsek/vue-axios-http/commit/8043b4ab3922c181e9e8f6c5f294e724b6579b4a))
21+
* **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([94672bc](https://github.com/chantouchsek/vue-axios-http/commit/94672bcab3b1915bdfefafa78ca532f7b288db41))
22+
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([6d82afd](https://github.com/chantouchsek/vue-axios-http/commit/6d82afd9e9bd0c136ad4c4bd2dd4198541562ef7))
23+
* **deps:** bump loader-utils from 1.4.0 to 1.4.1 ([c10208e](https://github.com/chantouchsek/vue-axios-http/commit/c10208e20d7d9152ae9d478b564495c4784ffde7))
24+
* **deps:** bump loader-utils from 1.4.1 to 1.4.2 ([7deeccc](https://github.com/chantouchsek/vue-axios-http/commit/7deeccc676f7f6b46269bacb7adb49bc98331463))
25+
* **deps:** bump ua-parser-js from 1.0.2 to 1.0.33 ([d2f0dd1](https://github.com/chantouchsek/vue-axios-http/commit/d2f0dd1c380292f5e0c16660503a088f8bc7f808))
26+
* **deps:** using nuxt instead ([b3c3e7d](https://github.com/chantouchsek/vue-axios-http/commit/b3c3e7dfa5b7150070e9da055adb2c0d82aafbfc))
27+
* **test:** test coverage ([ba7d69e](https://github.com/chantouchsek/vue-axios-http/commit/ba7d69e24898e97024b391af5e1c1df08fc54bf0))
28+
529
### [3.1.3](https://github.com/chantouchsek/vue-axios-http/compare/v3.1.2...v3.1.3) (2022-10-12)
630

731

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