Skip to content

Commit 85d37ce

Browse files
committed
chore(release): 6.4.1
## [6.4.1](v6.4.0...v6.4.1) (2025-01-14) ### Reverts * feat: allow providing Matomo in lazy-loaded components/modules ([#98](#98)) ([3c20676](3c20676)) * fix: correctly resolve deferred configuration when using `manual` initialization mode ([a2ca6c4](a2ca6c4))
1 parent 3c20676 commit 85d37ce

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.4.1](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.4.0...v6.4.1) (2025-01-14)
2+
3+
4+
### Reverts
5+
6+
* feat: allow providing Matomo in lazy-loaded components/modules ([#98](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/98)) ([3c20676](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/3c206769524bfd50def32f4d23237c3e77af3011))
7+
* fix: correctly resolve deferred configuration when using `manual` initialization mode ([a2ca6c4](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/a2ca6c4ce4c60003b93390c553db28d08c34be79))
8+
19
# [6.4.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.3.1...v6.4.0) (2025-01-03)
210

311

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": "6.4.0",
3+
"version": "6.4.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": "6.4.0",
3+
"version": "6.4.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 = '^6.4.0';
1+
export const version = '^6.4.1';

0 commit comments

Comments
 (0)