Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler committed Dec 4, 2022
1 parent fda600a commit 8f56a22
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [1.2.0](https://github.com/Djaler/vue-use-route-query/compare/v1.1.0...v1.2.0) (2022-12-04)


### Features

* 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)


### Bug Fixes

* 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)


### Dependencies

* update async-queue-chain to 1.1.0 ([10f1b67](https://github.com/Djaler/vue-use-route-query/commit/10f1b67e3b43158cd892dc8272f48faa19cc50c3))

## [1.1.0](https://github.com/Djaler/vue-use-route-query/compare/v1.0.0...v1.1.0) (2022-07-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-use-route-query",
"version": "1.1.0",
"version": "1.2.0",
"author": "Kirill Romanov",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8f56a22

Please sign in to comment.