Skip to content

Commit 411fdf3

Browse files
committed
chore(release): 3.1.3
1 parent 4bf9b2b commit 411fdf3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.3](https://github.com/chantouchsek/vue-axios-http/compare/v3.1.2...v3.1.3) (2022-10-12)
6+
7+
8+
### Bug Fixes
9+
10+
* added force update to add function ([260968d](https://github.com/chantouchsek/vue-axios-http/commit/260968db8e9ef72122792d325aa6764b9fadf802))
11+
* **deps:** bump actions/checkout from 3.0.2 to 3.1.0 ([43cd574](https://github.com/chantouchsek/vue-axios-http/commit/43cd574467d3b38c4612daf50017967ff3768ac2))
12+
* **deps:** bump actions/setup-node from 3.3.0 to 3.4.0 ([faeb861](https://github.com/chantouchsek/vue-axios-http/commit/faeb8610b4e5e673d4a76fdb812d69616f9dac38))
13+
* **deps:** bump actions/setup-node from 3.4.0 to 3.4.1 ([abd4b49](https://github.com/chantouchsek/vue-axios-http/commit/abd4b4939e4a0d0e7e62df9961f334344df41913))
14+
* **deps:** bump actions/setup-node from 3.4.1 to 3.5.0 ([8a62e57](https://github.com/chantouchsek/vue-axios-http/commit/8a62e5769e4bcf958c13b24a9fcb61aa5db9fcd0))
15+
* **deps:** bump actions/stale from 5 to 6 ([e6695e7](https://github.com/chantouchsek/vue-axios-http/commit/e6695e7326f2edb49cd3f1b3433d74e6cc303144))
16+
* **deps:** bump terser from 4.8.0 to 4.8.1 ([1e0203a](https://github.com/chantouchsek/vue-axios-http/commit/1e0203a222f701e78963e791364d7d56740b338c))
17+
518
### [3.1.2](https://github.com/chantouchsek/vue-axios-http/compare/v3.1.1...v3.1.2) (2022-07-08)
619

720

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