File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-utm" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " A Nuxt 3 module for tracking UTM parameters." ,
5
5
"repository" : " your-org/my-module" ,
6
6
"license" : " MIT" ,
43
43
"playwright-core" : " ^1.39.0" ,
44
44
"vitest" : " ^0.33.0"
45
45
}
46
- }
46
+ }
You can’t perform that action at this time.
0 commit comments