Skip to content

Commit 659ddbb

Browse files
committed
chore(release): v2.0.0
1 parent 5d466da commit 659ddbb

File tree

3 files changed

+60
-1
lines changed

3 files changed

+60
-1
lines changed

.changes/v2.0.0.md

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

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ 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+
- **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+
737
## v1.0.0 (2022-12-23)
838

939
### 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 <ansidev@gmail.com>",
55
"license": "MIT",
6-
"version": "1.0.0",
6+
"version": "2.0.0",
77
"type": "module",
88
"packageManager": "pnpm@10.10.0",
99
"homepage": "https://github.com/ansidev/counter-analytics-vue",

0 commit comments

Comments
 (0)