Skip to content

Commit 1fc9303

Browse files
authored
chore(release): v0.2.12 (#92)
1 parent 8dc4b2c commit 1fc9303

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

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.2.12
4+
5+
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.10...v0.2.12)
6+
7+
### 🚀 Enhancements
8+
9+
- Add Nuxt 4 compatibility ([#52](https://github.com/stackbuilders/nuxt-utm/pull/52))
10+
- Add runtime tracking control with privacy features ([#54](https://github.com/stackbuilders/nuxt-utm/pull/54))
11+
- Add release-on-merge workflow for protected branches ([#91](https://github.com/stackbuilders/nuxt-utm/pull/91))
12+
13+
### 🩹 Fixes
14+
15+
- Npm pre-pack build by removing the clj requiredment ([#51](https://github.com/stackbuilders/nuxt-utm/pull/51))
16+
- **deps:** Address open security vulnerabilities ([#71](https://github.com/stackbuilders/nuxt-utm/pull/71))
17+
18+
### 🏡 Chore
19+
20+
- **deps-dev:** Bump nuxt from 4.0.3 to 4.1.0 ([#65](https://github.com/stackbuilders/nuxt-utm/pull/65))
21+
- **deps-dev:** Bump nuxt from 4.0.3 to 4.1.0 in /playground ([#57](https://github.com/stackbuilders/nuxt-utm/pull/57))
22+
- **deps-dev:** Bump playwright from 1.52.0 to 1.57.0 ([#58](https://github.com/stackbuilders/nuxt-utm/pull/58))
23+
- **release:** V0.2.11 ([#90](https://github.com/stackbuilders/nuxt-utm/pull/90))
24+
25+
### ❤️ Contributors
26+
27+
- Sadjow Leão ([@sadjow](https://github.com/sadjow))
28+
329
## v0.2.11
430

531
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.10...v0.2.11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-utm",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "A Nuxt 3/4 module for tracking UTM parameters.",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)