Skip to content

Commit afd35c1

Browse files
committed
chore(release): 2.0.1
1 parent 1cd1e05 commit afd35c1

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+
### [2.0.1](https://github.com/chantouchsek/vue-axios-http/compare/v2.0.0...v2.0.1) (2022-04-19)
6+
7+
8+
### Bug Fixes
9+
10+
* :fire: remove readonly from endpoint property ([8f6f8e7](https://github.com/chantouchsek/vue-axios-http/commit/8f6f8e7cdcc308b0a649a80addfd08ce4898116e))
11+
* **deps:** bump actions/checkout from 3.0.0 to 3.0.1 ([dd8e124](https://github.com/chantouchsek/vue-axios-http/commit/dd8e1243126a35532647a41129a093417ed93120))
12+
* **deps:** bump actions/setup-node from 3.1.0 to 3.1.1 ([58d0d0a](https://github.com/chantouchsek/vue-axios-http/commit/58d0d0a5a16cd5962bd7bc9d883ceb8d1201e678))
13+
* **deps:** bump actions/stale from 4 to 5 ([32a293d](https://github.com/chantouchsek/vue-axios-http/commit/32a293d13b9c9bbe746c4460bf3c57d7811bbcf6))
14+
515
## [2.0.0](https://github.com/chantouchsek/vue-axios-http/compare/v1.3.0...v2.0.0) (2022-04-09)
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": "2.0.0",
3+
"version": "2.0.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)