File tree Expand file tree Collapse file tree 3 files changed +64
-1
lines changed Expand file tree Collapse file tree 3 files changed +64
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v2.0.0] ( https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0 ) (2025-05-09)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** github-actions:** update input parameter ` site-id ` to ` site `
6
+
7
+ - ** github-actions:** use ` filter ` instead of ` dir `
8
+
9
+ - ** github-actions:** upgrade Node version to 22
10
+
11
+ - ** renovate:** update renovate config
12
+
13
+ - ** taskfile:** update release tasks
14
+
15
+ - ** deps:** remove npm packkage standard-version
16
+
17
+ - ** deps:** regenerate pnpm-lock.yaml
18
+
19
+ ### Code Refactoring
20
+
21
+ - ** github-actions:** apply GitHub Actions from ghacts
22
+
23
+ ### Features
24
+
25
+ - ** changelog-generator:** add tools to generate changelog
26
+
27
+ - ** taskfile:** add task files
28
+
29
+ - ** github-actions:** add github workflows
30
+
31
+ Full Changelog: [ v1.0.0...v2.0.0] ( https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0 )
Original file line number Diff line number Diff line change @@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
6
6
7
+ ## [ v2.0.0] ( https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0 ) (2025-05-09)
8
+
9
+ ### Bug Fixes
10
+
11
+ - ** github-actions:** update input parameter ` site-id ` to ` site `
12
+
13
+ - ** github-actions:** use ` filter ` instead of ` dir `
14
+
15
+ - ** github-actions:** upgrade Node version to 22
16
+
17
+ - ** renovate:** update renovate config
18
+
19
+ - ** taskfile:** update release tasks
20
+
21
+ - ** deps:** remove npm packkage standard-version
22
+
23
+ - ** deps:** regenerate pnpm-lock.yaml
24
+
25
+ ### Code Refactoring
26
+
27
+ - ** github-actions:** apply GitHub Actions from ghacts
28
+
29
+ ### Features
30
+
31
+ - ** changelog-generator:** add tools to generate changelog
32
+
33
+ - ** taskfile:** add task files
34
+
35
+ - ** github-actions:** add github workflows
36
+
37
+ Full Changelog: [ v1.0.0...v2.0.0] ( https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0 )
38
+
7
39
## v1.0.0 (2022-12-23)
8
40
9
41
### Features
Original file line number Diff line number Diff line change 3
3
"description" : " Counter Analytics integration for Vue v3" ,
4
4
"author" :
" Le Minh Tri <[email protected] >" ,
5
5
"license" : " MIT" ,
6
- "version" : " 1 .0.0" ,
6
+ "version" : " 2 .0.0" ,
7
7
"type" : " module" ,
8
8
"packageManager" :
" [email protected] " ,
9
9
"homepage" : " https://github.com/ansidev/counter-analytics-vue" ,
You can’t perform that action at this time.
0 commit comments