File tree Expand file tree Collapse file tree 3 files changed +60
-1
lines changed Expand file tree Collapse file tree 3 files changed +60
-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
+ - ** deps:** regenerate pnpm-lock.yaml
6
+
7
+ - ** github-actions:** update input parameter ` site-id ` to ` site `
8
+
9
+ - ** github-actions:** use ` filter ` instead of ` dir `
10
+
11
+ - ** github-actions:** upgrade Node version to 22
12
+
13
+ - ** renovate:** update renovate config
14
+
15
+ - ** taskfile:** update release tasks
16
+
17
+ ### Code Refactoring
18
+
19
+ - ** github-actions:** apply GitHub Actions from ghacts
20
+
21
+ ### Features
22
+
23
+ - ** changelog-generator:** add tools to generate changelog
24
+
25
+ - ** taskfile:** add task files
26
+
27
+ - ** github-actions:** add github workflows
28
+
29
+ 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,36 @@ 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
+ - ** deps:** regenerate pnpm-lock.yaml
12
+
13
+ - ** github-actions:** update input parameter ` site-id ` to ` site `
14
+
15
+ - ** github-actions:** use ` filter ` instead of ` dir `
16
+
17
+ - ** github-actions:** upgrade Node version to 22
18
+
19
+ - ** renovate:** update renovate config
20
+
21
+ - ** taskfile:** update release tasks
22
+
23
+ ### Code Refactoring
24
+
25
+ - ** github-actions:** apply GitHub Actions from ghacts
26
+
27
+ ### Features
28
+
29
+ - ** changelog-generator:** add tools to generate changelog
30
+
31
+ - ** taskfile:** add task files
32
+
33
+ - ** github-actions:** add github workflows
34
+
35
+ Full Changelog: [ v1.0.0...v2.0.0] ( https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0 )
36
+
7
37
## v1.0.0 (2022-12-23)
8
38
9
39
### 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 <ansidev@gmail.com>" ,
5
5
"license" : " MIT" ,
6
- "version" : " 1 .0.0" ,
6
+ "version" : " 2 .0.0" ,
7
7
"type" : " module" ,
8
8
"packageManager" : " pnpm@10.10.0" ,
9
9
"homepage" : " https://github.com/ansidev/counter-analytics-vue" ,
You can’t perform that action at this time.
0 commit comments