We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2342f65 commit 6a886d9Copy full SHA for 6a886d9
2 files changed
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## v0.2.7
4
+
5
+[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.6...v0.2.7)
6
7
+### 🚀 Enhancements
8
9
+- Track visits even when UTM parameters are absent ([#47](https://github.com/stackbuilders/nuxt-utm/pull/47))
10
11
+### 🏡 Chore
12
13
+- **release:** V0.2.6 ([80fcf1b](https://github.com/stackbuilders/nuxt-utm/commit/80fcf1b))
14
15
+### ❤️ Contributors
16
17
+- Sadjow Leão ([@sadjow](http://github.com/sadjow))
18
19
## v0.2.6
20
21
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.2.5...v0.2.6)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-utm",
- "version": "0.2.6",
+ "version": "0.2.7",
"description": "A Nuxt 3 module for tracking UTM parameters.",
"keywords": [
"nuxt",
0 commit comments