Skip to content

Commit 6c97b2b

Browse files
authored
Merge pull request #74 from stackbuilders/release/v0.2.10
Release/v0.2.10
2 parents fde4ae1 + 08675d4 commit 6c97b2b

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.10
4+
5+
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.7...v0.2.10)
6+
7+
### 🩹 Fixes
8+
9+
- Address security vulnerabilities and upgrade Nuxt to v3.17.2 ([#49](https://github.com/stackbuilders/nuxt-utm/pull/49))
10+
- Npm pre-pack build by removing the clj requiredment ([954122b](https://github.com/stackbuilders/nuxt-utm/commit/954122b))
11+
12+
### 🏡 Chore
13+
14+
- **release:** V0.2.8 ([0d0e1e3](https://github.com/stackbuilders/nuxt-utm/commit/0d0e1e3))
15+
- **release:** V0.2.9 ([2e827c2](https://github.com/stackbuilders/nuxt-utm/commit/2e827c2))
16+
17+
### ❤️ Contributors
18+
19+
- Sadjow Leão ([@sadjow](https://github.com/sadjow))
20+
- Luis David Barrera Díaz <[email protected]>
21+
22+
## v0.2.9
23+
24+
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.7...v0.2.9)
25+
26+
### 🩹 Fixes
27+
28+
- Address security vulnerabilities and upgrade Nuxt to v3.17.2 ([#49](https://github.com/stackbuilders/nuxt-utm/pull/49))
29+
- Npm pre-pack build by removing the clj requiredment ([954122b](https://github.com/stackbuilders/nuxt-utm/commit/954122b))
30+
31+
### 🏡 Chore
32+
33+
- **release:** V0.2.8 ([0d0e1e3](https://github.com/stackbuilders/nuxt-utm/commit/0d0e1e3))
34+
35+
### ❤️ Contributors
36+
37+
- Sadjow Leão ([@sadjow](https://github.com/sadjow))
38+
- Luis David Barrera Díaz <[email protected]>
39+
40+
## v0.2.8
41+
42+
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.7...v0.2.8)
43+
44+
### 🩹 Fixes
45+
46+
- Address security vulnerabilities and upgrade Nuxt to v3.17.2 ([#49](https://github.com/stackbuilders/nuxt-utm/pull/49))
47+
- Npm pre-pack build by removing the clj requiredment ([954122b](https://github.com/stackbuilders/nuxt-utm/commit/954122b))
48+
49+
### ❤️ Contributors
50+
51+
- Sadjow Leão ([@sadjow](https://github.com/sadjow))
52+
- Luis David Barrera Díaz <[email protected]>
53+
354
## v0.2.7
455

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

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

0 commit comments

Comments
 (0)