Skip to content

Commit 026a4ea

Browse files
committed
chore(release): v2.0.0
1 parent 6a35056 commit 026a4ea

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed

.changes/v2.0.0.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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)

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

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+
739
## v1.0.0 (2022-12-23)
840

941
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Counter Analytics integration for Vue v3",
44
"author": "Le Minh Tri <[email protected]>",
55
"license": "MIT",
6-
"version": "1.0.0",
6+
"version": "2.0.0",
77
"type": "module",
88
"packageManager": "[email protected]",
99
"homepage": "https://github.com/ansidev/counter-analytics-vue",

0 commit comments

Comments
 (0)