Skip to content

Commit a4643e0

Browse files
committed
chore(release): v0.1.13
1 parent bf3da41 commit a4643e0

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.13
4+
5+
[compare changes](https://github.com/iamsomraj/vue-qs/compare/v0.1.12...v0.1.13)
6+
7+
### 🩹 Fixes
8+
9+
- Ensure inject function returns undefined if no query adapter is provided ([bf3da41](https://github.com/iamsomraj/vue-qs/commit/bf3da41))
10+
11+
### 🏡 Chore
12+
13+
- Update version to v0.1.12 in documentation ([a939c82](https://github.com/iamsomraj/vue-qs/commit/a939c82))
14+
- Update links to source code in documentation ([25821b3](https://github.com/iamsomraj/vue-qs/commit/25821b3))
15+
- Update documentation links to reflect new commit references ([eb53bfb](https://github.com/iamsomraj/vue-qs/commit/eb53bfb))
16+
17+
### ❤️ Contributors
18+
19+
- Somraj Mukherjee ([@iamsomraj](https://github.com/iamsomraj))
20+
321
## v0.1.12
422

523
[compare changes](https://github.com/iamsomraj/vue-qs/compare/v0.1.11...v0.1.12)

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

0 commit comments

Comments
 (0)