Skip to content

Commit 89d7045

Browse files
committed
chore(release): v0.2.5
1 parent 5b33b32 commit 89d7045

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## v0.2.5
4+
5+
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.3...v0.2.5)
6+
7+
### 🏡 Chore
8+
9+
- **CI:** Create workflow to release to NPM ([#40](https://github.com/stackbuilders/nuxt-utm/pull/40))
10+
- **CI:** Remove yarn publish and use npm publish instead ([5b33b32](https://github.com/stackbuilders/nuxt-utm/commit/5b33b32))
11+
12+
### ❤️ Contributors
13+
14+
- Sadjow Leão ([@sadjow](http://github.com/sadjow))
15+
316
## v0.2.4
417

518
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.3...v0.2.4)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-utm",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "A Nuxt 3 module for tracking UTM parameters.",
55
"keywords": [
66
"nuxt",
@@ -61,4 +61,4 @@
6161
"playwright-core": "^1.39.0",
6262
"vitest": "^0.33.0"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)