Skip to content

Commit 88312e8

Browse files
committed
chore(release): v0.1.5
1 parent 936832e commit 88312e8

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

CHANGELOG.md

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

3+
## v0.1.5
4+
5+
6+
### 🚀 Enhancements
7+
8+
- **ci:** Add yarn lint as a step in the CI ([5d988dc](https://github.com/stackbuilders/nuxt-utm/commit/5d988dc))
9+
10+
### 🩹 Fixes
11+
12+
- Data Object empty ([dba7998](https://github.com/stackbuilders/nuxt-utm/commit/dba7998))
13+
- Changelog ([da24253](https://github.com/stackbuilders/nuxt-utm/commit/da24253))
14+
15+
### 💅 Refactors
16+
17+
- Break the code into small functions and create a module for the types ([3717aad](https://github.com/stackbuilders/nuxt-utm/commit/3717aad))
18+
- Rename integration tests and remove unused code ([9c65178](https://github.com/stackbuilders/nuxt-utm/commit/9c65178))
19+
- Move functions to utm.ts file ([53cabdd](https://github.com/stackbuilders/nuxt-utm/commit/53cabdd))
20+
- Rename function generateAdditionalInfo ([40d11e3](https://github.com/stackbuilders/nuxt-utm/commit/40d11e3))
21+
22+
### 🏡 Chore
23+
24+
- Add unit tests ([e95c66d](https://github.com/stackbuilders/nuxt-utm/commit/e95c66d))
25+
- Update description ([7ba8ba9](https://github.com/stackbuilders/nuxt-utm/commit/7ba8ba9))
26+
- Remove playground from pipeline ([b4279ea](https://github.com/stackbuilders/nuxt-utm/commit/b4279ea))
27+
- Update github repository description ([8feca93](https://github.com/stackbuilders/nuxt-utm/commit/8feca93))
28+
- Update npm module name on package.json file ([ad25ba2](https://github.com/stackbuilders/nuxt-utm/commit/ad25ba2))
29+
- Update module version ([b0bf42b](https://github.com/stackbuilders/nuxt-utm/commit/b0bf42b))
30+
- Add module description ([f73d57e](https://github.com/stackbuilders/nuxt-utm/commit/f73d57e))
31+
- **release:** V0.1.1 ([e53a0b9](https://github.com/stackbuilders/nuxt-utm/commit/e53a0b9))
32+
- Fix github actions ([f2e8b9a](https://github.com/stackbuilders/nuxt-utm/commit/f2e8b9a))
33+
- Update github actions and add missing integration tests ([30e8e9e](https://github.com/stackbuilders/nuxt-utm/commit/30e8e9e))
34+
- Typo in integration tests ([10eab4e](https://github.com/stackbuilders/nuxt-utm/commit/10eab4e))
35+
- Add @playwright/test and see if we don't need to install it in CI ([e8f0655](https://github.com/stackbuilders/nuxt-utm/commit/e8f0655))
36+
- Add @playwright/test and see if we don't need to install it in CI" ([e3cfa90](https://github.com/stackbuilders/nuxt-utm/commit/e3cfa90))
37+
- **release:** V0.1.2 ([11de53f](https://github.com/stackbuilders/nuxt-utm/commit/11de53f))
38+
- **release:** V0.1.3 ([5d7cfed](https://github.com/stackbuilders/nuxt-utm/commit/5d7cfed))
39+
- Add repository to package json ([3a469e3](https://github.com/stackbuilders/nuxt-utm/commit/3a469e3))
40+
- **release:** V0.1.4 ([61169cc](https://github.com/stackbuilders/nuxt-utm/commit/61169cc))
41+
- Fix repository name ([f79dc36](https://github.com/stackbuilders/nuxt-utm/commit/f79dc36))
42+
- **release:** V0.1.2 ([899792e](https://github.com/stackbuilders/nuxt-utm/commit/899792e))
43+
- Replace your-org/my-module with stackbuilders/nuxt-utm ([20fcd4e](https://github.com/stackbuilders/nuxt-utm/commit/20fcd4e))
44+
- Remove unused vars ([763f928](https://github.com/stackbuilders/nuxt-utm/commit/763f928))
45+
- Update the README ([936832e](https://github.com/stackbuilders/nuxt-utm/commit/936832e))
46+
47+
### ❤️ Contributors
48+
49+
- Sadjow Leão ([@sadjow](http://github.com/sadjow))
50+
- Luis David Barrera <dbarrera@stackbuilders.com>
51+
- Luis David Barrera Díaz
52+
353
## v0.1.4
454

555
[compare changes](https://github.com/stackbuilders/nuxt-utm-utm/compare/v0.1.3...v0.1.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.1.4",
3+
"version": "0.1.5",
44
"description": "A Nuxt 3 module for tracking UTM parameters.",
55
"repository": "stackbuilders/nuxt-utm",
66
"license": "MIT",
@@ -43,4 +43,4 @@
4343
"playwright-core": "^1.39.0",
4444
"vitest": "^0.33.0"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)