diff --git a/.changes/v2.0.0.md b/.changes/v2.0.0.md new file mode 100644 index 0000000..38287c3 --- /dev/null +++ b/.changes/v2.0.0.md @@ -0,0 +1,31 @@ +## [v2.0.0](https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0) (2025-05-09) + +### Bug Fixes + +- **github-actions:** update input parameter `site-id` to `site` + +- **github-actions:** use `filter` instead of `dir` + +- **github-actions:** upgrade Node version to 22 + +- **renovate:** update renovate config + +- **taskfile:** update release tasks + +- **deps:** remove npm packkage standard-version + +- **deps:** regenerate pnpm-lock.yaml + +### Code Refactoring + +- **github-actions:** apply GitHub Actions from ghacts + +### Features + +- **changelog-generator:** add tools to generate changelog + +- **taskfile:** add task files + +- **github-actions:** add github workflows + +Full Changelog: [v1.0.0...v2.0.0](https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8102a1a..1a9160a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file. 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). +## [v2.0.0](https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0) (2025-05-09) + +### Bug Fixes + +- **github-actions:** update input parameter `site-id` to `site` + +- **github-actions:** use `filter` instead of `dir` + +- **github-actions:** upgrade Node version to 22 + +- **renovate:** update renovate config + +- **taskfile:** update release tasks + +- **deps:** remove npm packkage standard-version + +- **deps:** regenerate pnpm-lock.yaml + +### Code Refactoring + +- **github-actions:** apply GitHub Actions from ghacts + +### Features + +- **changelog-generator:** add tools to generate changelog + +- **taskfile:** add task files + +- **github-actions:** add github workflows + +Full Changelog: [v1.0.0...v2.0.0](https://github.com/ansidev/counter-analytics-vue/compare/v1.0.0...v2.0.0) + ## v1.0.0 (2022-12-23) ### Features diff --git a/package.json b/package.json index 006c0f7..cdb162e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Counter Analytics integration for Vue v3", "author": "Le Minh Tri ", "license": "MIT", - "version": "1.0.0", + "version": "2.0.0", "type": "module", "packageManager": "pnpm@10.10.0", "homepage": "https://github.com/ansidev/counter-analytics-vue",