Skip to content

Commit 6669eee

Browse files
committed
chore: release v0.14.0
1 parent a285fa9 commit 6669eee

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## 0.13.0...main
5+
6+
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.13.0...main)
7+
8+
### 🚀 Enhancements
9+
10+
- Marketing tag properties ([a272b64](https://github.com/kinde-oss/js-utils/commit/a272b64))
11+
12+
### 🏡 Chore
13+
14+
- Correct typos ([5f88778](https://github.com/kinde-oss/js-utils/commit/5f88778))
15+
- Lockfile maintainence ([5637114](https://github.com/kinde-oss/js-utils/commit/5637114))
16+
17+
### 🤖 CI
18+
19+
- Update setup action version ([2e20eeb](https://github.com/kinde-oss/js-utils/commit/2e20eeb))
20+
21+
### ❤️ Contributors
22+
23+
- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
24+
425
## 0.12.0...main
526

627
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.12.0...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publishConfig": {
1515
"access": "public"
1616
},
17-
"version": "0.13.0",
17+
"version": "0.14.0",
1818
"scripts": {
1919
"dev": "vite",
2020
"build": "tsc && vite build",

0 commit comments

Comments
 (0)