Skip to content

Commit e57f090

Browse files
committed
chore(release): 2.0.0
1 parent e60729e commit e57f090

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.0](https://github.com/chantouchsek/vue-axios-http/compare/v1.3.0...v2.0.0) (2022-04-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** remove transformers and snackcase and camelcase keys
11+
12+
* **deps:** remove transformers and snackcase and camelcase keys ([260dfa1](https://github.com/chantouchsek/vue-axios-http/commit/260dfa1a4c766e7aa2f2df1fb3a8ee8687a5e00d))
13+
514
## [1.3.0](https://github.com/chantouchsek/vue-axios-http/compare/v1.2.5...v1.3.0) (2022-04-09)
615

716

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