Skip to content

Commit b89690c

Browse files
committed
chore(release): v0.1.17
1 parent c2299b6 commit b89690c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## v0.1.17
4+
5+
[compare changes](https://github.com/iamsomraj/vue-qs/compare/v0.1.16...v0.1.17)
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+
- Update query parameter parsing method from parseFunction to parse ([d77e2e1](https://github.com/iamsomraj/vue-qs/commit/d77e2e1))
12+
13+
### 📖 Documentation
14+
15+
- Remove redundant note about back/forward button usage ([a7f03fa](https://github.com/iamsomraj/vue-qs/commit/a7f03fa))
16+
- Add active development notice to documentation and update package description ([c2299b6](https://github.com/iamsomraj/vue-qs/commit/c2299b6))
17+
18+
### 🏡 Chore
19+
20+
- Update version to v0.1.16-beta.0 and remove HistoryAdapterOptions interface ([824f5e1](https://github.com/iamsomraj/vue-qs/commit/824f5e1))
21+
- **release:** V0.1.16 ([e1f88d6](https://github.com/iamsomraj/vue-qs/commit/e1f88d6))
22+
- Update documentation for vue-qs v0.1.16 ([29c354e](https://github.com/iamsomraj/vue-qs/commit/29c354e))
23+
- Add additional keywords to package.json for better discoverability ([f8ec7fd](https://github.com/iamsomraj/vue-qs/commit/f8ec7fd))
24+
25+
### ❤️ Contributors
26+
27+
- Somraj Mukherjee ([@iamsomraj](https://github.com/iamsomraj))
28+
329
## v0.1.16
430

531
[compare changes](https://github.com/iamsomraj/vue-qs/compare/v0.1.15...v0.1.16)

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",
3+
"version": "0.1.17",
44
"description": "Type‑safe, reactive URL query params for Vue (in development)",
55
"license": "MIT",
66
"author": "Somraj Mukherjee",

0 commit comments

Comments
 (0)