Skip to content

Commit

Permalink
chore(release): 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud73 committed Jun 27, 2023
1 parent ff2e38a commit f3cdbb0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0-rc.1](https://github.com/Arnaud73/ngx-matomo/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2023-06-27)


### Bug Fixes

* Fix version requirement for Angular router optional dependency ([ff2e38a](https://github.com/Arnaud73/ngx-matomo/commit/ff2e38a3980bfcab4ad052f659a6d34d8a402ff4))

## [2.0.0-rc.0](https://github.com/Arnaud73/ngx-matomo/compare/v1.1.0...v2.0.0-rc.0) (2023-06-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-matomo",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"author": "Arnaud Mouronval <arnaud.mouronval@gmail.com>",
"description": "Matomo (aka. Piwik) web analytics for Angular applications.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-matomo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-matomo",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"author": "Arnaud Mouronval <arnaud.mouronval@gmail.com>",
"description": "Matomo (aka. Piwik) web analytics for Angular applications.",
"keywords": [
Expand Down

0 comments on commit f3cdbb0

Please sign in to comment.