Skip to content

Commit 5d7cfed

Browse files
committed
chore(release): v0.1.3
1 parent 6857279 commit 5d7cfed

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.1.3
5+
6+
[compare changes](https://github.com/your-org/my-module/compare/v0.1.2...v0.1.3)
7+
8+
### 🚀 Enhancements
9+
10+
- **ci:** Add yarn lint as a step in the CI ([5d988dc](https://github.com/your-org/my-module/commit/5d988dc))
11+
12+
### 🏡 Chore
13+
14+
- Add @playwright/test and see if we don't need to install it in CI ([e8f0655](https://github.com/your-org/my-module/commit/e8f0655))
15+
- Add @playwright/test and see if we don't need to install it in CI" ([e3cfa90](https://github.com/your-org/my-module/commit/e3cfa90))
16+
17+
### ❤️ Contributors
18+
19+
- Sadjow Leão ([@sadjow](http://github.com/sadjow))
20+
421
## v0.1.2
522

623
[compare changes](https://github.com/your-org/my-module/compare/v0.1.1...v0.1.2)

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.2",
3+
"version": "0.1.3",
44
"description": "A Nuxt 3 module for tracking UTM parameters.",
55
"repository": "your-org/my-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)