Skip to content

Commit e53a0b9

Browse files
committed
chore(release): v0.1.1
1 parent f73d57e commit e53a0b9

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
4+
## v0.1.1
5+
6+
7+
### 🩹 Fixes
8+
9+
- Data Object empty ([dba7998](https://github.com/your-org/my-module/commit/dba7998))
10+
11+
### 💅 Refactors
12+
13+
- Break the code into small functions and create a module for the types ([3717aad](https://github.com/your-org/my-module/commit/3717aad))
14+
- Rename integration tests and remove unused code ([9c65178](https://github.com/your-org/my-module/commit/9c65178))
15+
- Move functions to utm.ts file ([53cabdd](https://github.com/your-org/my-module/commit/53cabdd))
16+
- Rename function generateAdditionalInfo ([40d11e3](https://github.com/your-org/my-module/commit/40d11e3))
17+
18+
### 🏡 Chore
19+
20+
- Add unit tests ([e95c66d](https://github.com/your-org/my-module/commit/e95c66d))
21+
- Update description ([7ba8ba9](https://github.com/your-org/my-module/commit/7ba8ba9))
22+
- Remove playground from pipeline ([b4279ea](https://github.com/your-org/my-module/commit/b4279ea))
23+
- Update github repository description ([8feca93](https://github.com/your-org/my-module/commit/8feca93))
24+
- Update npm module name on package.json file ([ad25ba2](https://github.com/your-org/my-module/commit/ad25ba2))
25+
- Update module version ([b0bf42b](https://github.com/your-org/my-module/commit/b0bf42b))
26+
- Add module description ([f73d57e](https://github.com/your-org/my-module/commit/f73d57e))
27+
28+
### ❤️ Contributors
29+
30+
- Luis David Barrera Díaz
31+
- Luis David Barrera <dbarrera@stackbuilders.com>
32+

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.0",
3+
"version": "0.1.1",
44
"description": "A Nuxt 3 module for tracking UTM parameters.",
55
"repository": "your-org/my-module",
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)