Skip to content

Commit ee7295c

Browse files
committed
chore(release): 7.0.1
## [7.0.1](v7.0.0...v7.0.1) (2025-01-15) ### Bug Fixes * export `MATOMO_TESTING_INSTANCE` token ([81abc32](81abc32)), closes [#108](#108)
1 parent 81abc32 commit ee7295c

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.0.1](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v7.0.0...v7.0.1) (2025-01-15)
2+
3+
4+
### Bug Fixes
5+
6+
* export `MATOMO_TESTING_INSTANCE` token ([81abc32](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/81abc32ec305368107347980b5982db121297569)), closes [#108](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/108)
7+
18
# [7.0.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.4.1...v7.0.0) (2025-01-14)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-matomo-client",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [

projects/ngx-matomo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-matomo-client",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '^7.0.0';
1+
export const version = '^7.0.1';

0 commit comments

Comments
 (0)