Skip to content

Commit e1f88d6

Browse files
committed
chore(release): v0.1.16
1 parent 729445c commit e1f88d6

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
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v0.1.16
4+
5+
[compare changes](https://github.com/iamsomraj/vue-qs/compare/v0.1.15...v0.1.16)
6+
7+
### 💅 Refactors
8+
9+
- Rename useQueryRef and useQueryReactive to queryRef and queryReactive ([a3913bb](https://github.com/iamsomraj/vue-qs/commit/a3913bb))
10+
- Remove two-way synchronization feature from queryRef and queryReactive ([479c0d0](https://github.com/iamsomraj/vue-qs/commit/479c0d0))
11+
12+
### 🏡 Chore
13+
14+
- Update documentation for vue-qs v0.1.15 ([cb7da35](https://github.com/iamsomraj/vue-qs/commit/cb7da35))
15+
- Update version to v0.1.16-beta.0 and remove HistoryAdapterOptions interface ([824f5e1](https://github.com/iamsomraj/vue-qs/commit/824f5e1))
16+
17+
### ❤️ Contributors
18+
19+
- Somraj Mukherjee ([@iamsomraj](https://github.com/iamsomraj))
20+
321
## v0.1.15
422

523
[compare changes](https://github.com/iamsomraj/vue-qs/compare/v0.1.15-beta.2...v0.1.15)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-qs",
3-
"version": "0.1.16-beta.1",
3+
"version": "0.1.16",
44
"description": "Type‑safe, reactive URL query params for Vue",
55
"license": "MIT",
66
"author": "Somraj Mukherjee",

0 commit comments

Comments
 (0)