We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c160580 commit 70a76c7Copy full SHA for 70a76c7
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.2.13
4
+
5
+[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.12...v0.2.13)
6
7
+### 🩹 Fixes
8
9
+- Add npm publish to release-on-merge workflow ([#93](https://github.com/stackbuilders/nuxt-utm/pull/93))
10
11
+### ❤️ Contributors
12
13
+- Sadjow Leão ([@sadjow](https://github.com/sadjow))
14
15
## v0.2.12
16
17
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.10...v0.2.12)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-utm",
- "version": "0.2.12",
+ "version": "0.2.13",
"description": "A Nuxt 3/4 module for tracking UTM parameters.",
"keywords": [
"nuxt",
0 commit comments