Skip to content

Commit 8f56a22

Browse files
committed
chore(release): 1.2.0
1 parent fda600a commit 8f56a22

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.2.0](https://github.com/Djaler/vue-use-route-query/compare/v1.1.0...v1.2.0) (2022-12-04)
6+
7+
8+
### Features
9+
10+
* add a way to wait for query update ([fda600a](https://github.com/Djaler/vue-use-route-query/commit/fda600a636a5ff666a9591ca54744ccc70d4a80b)), closes [#48](https://github.com/Djaler/vue-use-route-query/issues/48)
11+
12+
13+
### Bug Fixes
14+
15+
* watch for returned value changes ([670740b](https://github.com/Djaler/vue-use-route-query/commit/670740b673b67b84d8a6af85a6c7f51b7cdcd5f1)), closes [#46](https://github.com/Djaler/vue-use-route-query/issues/46)
16+
17+
18+
### Dependencies
19+
20+
* update async-queue-chain to 1.1.0 ([10f1b67](https://github.com/Djaler/vue-use-route-query/commit/10f1b67e3b43158cd892dc8272f48faa19cc50c3))
21+
522
## [1.1.0](https://github.com/Djaler/vue-use-route-query/compare/v1.0.0...v1.1.0) (2022-07-03)
623

724

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-use-route-query",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "Kirill Romanov",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)