Skip to content

Commit

Permalink
chore(release): 6.0.2
Browse files Browse the repository at this point in the history
## [6.0.2](v6.0.1...v6.0.2) (2024-01-30)

### Bug Fixes

* **router:** retrieve Base Href from `LocationStrategy` and correctly handle nulls ([73e8442](73e8442)), closes [#82](#82)
  • Loading branch information
EmmanuelRoux committed Jan 30, 2024
1 parent 73e8442 commit b600a21
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 @@
## [6.0.2](https://github.com/EmmanuelRoux/ngx-matomo/compare/v6.0.1...v6.0.2) (2024-01-30)


### Bug Fixes

* **router:** retrieve Base Href from `LocationStrategy` and correctly handle nulls ([73e8442](https://github.com/EmmanuelRoux/ngx-matomo/commit/73e84424688cb17970a5c4404ae3b96eef0db4a9)), closes [#82](https://github.com/EmmanuelRoux/ngx-matomo/issues/82)

## [6.0.1](https://github.com/EmmanuelRoux/ngx-matomo/compare/v6.0.0...v6.0.1) (2024-01-15)


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": "6.0.1",
"version": "6.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": "6.0.1",
"version": "6.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 = '^6.0.1';
export const version = '^6.0.2';

0 comments on commit b600a21

Please sign in to comment.