Skip to content

Commit ca84ffc

Browse files
committed
chore(release): v0.1.10
1 parent 8fef662 commit ca84ffc

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.10
4+
5+
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.4...v0.1.10)
6+
7+
### 🚀 Enhancements
8+
9+
- **ci:** Return error if lint warns ([41aa042](https://github.com/stackbuilders/nuxt-utm/commit/41aa042))
10+
- Store The URL of the page the user landed on ([8fef662](https://github.com/stackbuilders/nuxt-utm/commit/8fef662))
11+
12+
### 🩹 Fixes
13+
14+
- Changelog ([da24253](https://github.com/stackbuilders/nuxt-utm/commit/da24253))
15+
- Usage snippet in the readme ([c0852b0](https://github.com/stackbuilders/nuxt-utm/commit/c0852b0))
16+
- Remove not used vars (yarn lint works) ([7554ef0](https://github.com/stackbuilders/nuxt-utm/commit/7554ef0))
17+
18+
### 💅 Refactors
19+
20+
- UtmData to utm ([8ddabe6](https://github.com/stackbuilders/nuxt-utm/commit/8ddabe6))
21+
22+
### 🏡 Chore
23+
24+
- Fix repository name ([f79dc36](https://github.com/stackbuilders/nuxt-utm/commit/f79dc36))
25+
- **release:** V0.1.2 ([899792e](https://github.com/stackbuilders/nuxt-utm/commit/899792e))
26+
- Replace your-org/my-module with stackbuilders/nuxt-utm ([20fcd4e](https://github.com/stackbuilders/nuxt-utm/commit/20fcd4e))
27+
- Remove unused vars ([763f928](https://github.com/stackbuilders/nuxt-utm/commit/763f928))
28+
- Update the README ([936832e](https://github.com/stackbuilders/nuxt-utm/commit/936832e))
29+
- **release:** V0.1.5 ([88312e8](https://github.com/stackbuilders/nuxt-utm/commit/88312e8))
30+
- **release:** V0.1.6 ([efcfa13](https://github.com/stackbuilders/nuxt-utm/commit/efcfa13))
31+
- **release:** V0.1.7 ([03ec2d6](https://github.com/stackbuilders/nuxt-utm/commit/03ec2d6))
32+
- Add keywords to package.json ([8e84abc](https://github.com/stackbuilders/nuxt-utm/commit/8e84abc))
33+
- **release:** V0.1.8 ([6fbe62f](https://github.com/stackbuilders/nuxt-utm/commit/6fbe62f))
34+
- **release:** V0.1.9 ([c73f5e1](https://github.com/stackbuilders/nuxt-utm/commit/c73f5e1))
35+
- Test with playwright container ([5b3c216](https://github.com/stackbuilders/nuxt-utm/commit/5b3c216))
36+
- Add status badge to the README ([e929e93](https://github.com/stackbuilders/nuxt-utm/commit/e929e93))
37+
38+
### ❤️ Contributors
39+
40+
- Luis David Barrera Díaz <hakenprog@gmail.com>
41+
- Sadjow Leão ([@sadjow](http://github.com/sadjow))
42+
- Luis David Barrera ([@hakenprog](http://github.com/hakenprog))
43+
344
## v0.1.9
445

546
[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.5...v0.1.9)

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

0 commit comments

Comments
 (0)