Skip to content

Commit 49b6105

Browse files
committed
chore(release): 6.2.0
# [6.2.0](v6.1.3...v6.2.0) (2024-05-28) ### Bug Fixes * **tracker:** add default value for `acceptDoNotTrack` option ([243fc46](243fc46)) * upgrade schematics to non-deprecated module names ([946ef9f](946ef9f)) ### Features * add compatibility with Angular 18 ([7828aed](7828aed)), closes [#90](#90) * add FormAnalytics support ([ccdcfac](ccdcfac)) * **router:** allow ignoring subsequent navigation to the same url ([#89](#89)) ([1cb504c](1cb504c)), closes [#72](#72) * **tracker:** add new `disableCampaignParameters` configuration option ([88258fa](88258fa)) * **tracker:** add new `disableCampaignParameters` tracker method ([4cfda65](4cfda65))
1 parent 51be039 commit 49b6105

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [6.2.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.1.3...v6.2.0) (2024-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **tracker:** add default value for `acceptDoNotTrack` option ([243fc46](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/243fc46059fe964f7b54325732c3d98c8f98e6d6))
7+
* upgrade schematics to non-deprecated module names ([946ef9f](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/946ef9f79ce62fcfe020acee0c1ef7f44a2ce7dd))
8+
9+
10+
### Features
11+
12+
* add compatibility with Angular 18 ([7828aed](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/7828aedcfe6f682603ccccfa6eabeca5c6d7ed64)), closes [#90](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/90)
13+
* add FormAnalytics support ([ccdcfac](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/ccdcfac316dacb177fe6205d55166b4befd1bdd2))
14+
* **router:** allow ignoring subsequent navigation to the same url ([#89](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/89)) ([1cb504c](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/1cb504c9df4369557757842ca49206a511b78f66)), closes [#72](https://github.com/EmmanuelRoux/ngx-matomo-client/issues/72)
15+
* **tracker:** add new `disableCampaignParameters` configuration option ([88258fa](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/88258fa60c143de1107be7cba181f19c84346a3a))
16+
* **tracker:** add new `disableCampaignParameters` tracker method ([4cfda65](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/4cfda65f981e8f83c200975073048420390c304b))
17+
118
## [6.1.3](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.1.2...v6.1.3) (2024-04-09)
219

320

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

0 commit comments

Comments
 (0)