Skip to content

Commit 7b62c33

Browse files
committed
chore(release): 1.2.0
1 parent 7f51efd commit 7b62c33

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [1.2.0](https://github.com/chantouchsek/vue-api-queries/compare/v1.1.3...v1.2.0) (2021-10-02)
6+
7+
8+
### Features
9+
10+
* :rocket: added is plain object function helpers ([7b3ebff](https://github.com/chantouchsek/vue-api-queries/commit/7b3ebffd52fa087e2b148b81774ebd33381575cf))
11+
* :tada: added axios duplicate blocker check the request ([87c25c0](https://github.com/chantouchsek/vue-api-queries/commit/87c25c0d0ee8ab1e7e377b2be6de17f1d387ac74))
12+
* :tada: added new first by method validator class ([ddb84f7](https://github.com/chantouchsek/vue-api-queries/commit/ddb84f7ee15c84f2dbe6c815a12e6a51b9410608))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** bump actions/setup-node from 2.4.0 to 2.4.1 ([0bd0fb3](https://github.com/chantouchsek/vue-api-queries/commit/0bd0fb361d834fea69bf76e9a624bd1cfd64e645))
18+
* **test:** :white_check_mark: fixed and update some types ([79a5e50](https://github.com/chantouchsek/vue-api-queries/commit/79a5e501cb63fe860a2382f39e2b2ee7ce59ac5a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-api-queries",
3-
"version": "1.1.4",
3+
"version": "1.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)