Skip to content

Commit

Permalink
chore(release): 5.0.2
Browse files Browse the repository at this point in the history
## [5.0.2](v5.0.1...v5.0.2) (2023-07-25)

### Bug Fixes

* **router:** fix `NgxMatomoRouterModule` not being correctly enabled without `.forRoot()` call ([61603b6](61603b6)), closes [#68](#68)
  • Loading branch information
EmmanuelRoux committed Jul 25, 2023
1 parent 61603b6 commit f94f5b6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.2](https://github.com/EmmanuelRoux/ngx-matomo/compare/v5.0.1...v5.0.2) (2023-07-25)


### Bug Fixes

* **router:** fix `NgxMatomoRouterModule` not being correctly enabled without `.forRoot()` call ([61603b6](https://github.com/EmmanuelRoux/ngx-matomo/commit/61603b6758149bc6678f211bbd6053c395424cc9)), closes [#68](https://github.com/EmmanuelRoux/ngx-matomo/issues/68)

## [5.0.1](https://github.com/EmmanuelRoux/ngx-matomo/compare/v5.0.0...v5.0.1) (2023-07-03)


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-client",
"version": "5.0.1",
"version": "5.0.2",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
"description": "Matomo (fka. Piwik) client for Angular applications",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-matomo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-matomo-client",
"version": "5.0.1",
"version": "5.0.2",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
"description": "Matomo (fka. Piwik) client for Angular applications",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-matomo-client/schematics/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '^5.0.1';
export const version = '^5.0.2';

0 comments on commit f94f5b6

Please sign in to comment.