Skip to content

Commit 79292d7

Browse files
authored
chore(release): v0.2.11 (#90)
1 parent 4315434 commit 79292d7

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.2.11
4+
5+
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.10...v0.2.11)
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+
12+
### 🩹 Fixes
13+
14+
- Npm pre-pack build by removing the clj requiredment ([#51](https://github.com/stackbuilders/nuxt-utm/pull/51))
15+
- **deps:** Address open security vulnerabilities ([#71](https://github.com/stackbuilders/nuxt-utm/pull/71))
16+
17+
### 🏡 Chore
18+
19+
- **deps-dev:** Bump nuxt from 4.0.3 to 4.1.0 ([#65](https://github.com/stackbuilders/nuxt-utm/pull/65))
20+
- **deps-dev:** Bump nuxt from 4.0.3 to 4.1.0 in /playground ([#57](https://github.com/stackbuilders/nuxt-utm/pull/57))
21+
- **deps-dev:** Bump playwright from 1.52.0 to 1.57.0 ([#58](https://github.com/stackbuilders/nuxt-utm/pull/58))
22+
23+
### ❤️ Contributors
24+
25+
- Sadjow Leão ([@sadjow](https://github.com/sadjow))
26+
327
## v0.2.10
428

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

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.10",
3+
"version": "0.2.11",
44
"description": "A Nuxt 3/4 module for tracking UTM parameters.",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)