Skip to content

Merge branch release/2.0.0 into develop #228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .changes/v2.0.0.md
Original file line number Diff line number Diff line change
@@ -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)
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Counter Analytics integration for Vue v3",
"author": "Le Minh Tri <[email protected]>",
"license": "MIT",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"packageManager": "[email protected]",
"homepage": "https://github.com/ansidev/counter-analytics-vue",
Expand Down