Skip to content

Commit b938ba2

Browse files
committed
chore(release): 6.3.0
# [6.3.0](v6.2.0...v6.3.0) (2024-07-18) ### Features * **core:** introduce literal type `MatomoConsentRequirement` ([e517efd](e517efd)) * **core:** introduce literal type `MatomoInitializationBehavior` ([0cac720](0cac720)) * **router:** add functional interceptors support ([6002d77](6002d77)) ### Deprecations * **core:** `MatomoConsentMode` enum is deprecated, use `MatomoConsentRequirement` instead. * **core:** `MatomoInitializationMode` enum is deprecated, use `MatomoInitializationBehavior` instead.
1 parent d0ebde6 commit b938ba2

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [6.3.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.2.0...v6.3.0) (2024-07-18)
2+
3+
4+
### Features
5+
6+
* **core:** introduce literal type `MatomoConsentRequirement` ([e517efd](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/e517efd5f922d2393d6e27889d3043ed24171142))
7+
* **core:** introduce literal type `MatomoInitializationBehavior` ([0cac720](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/0cac720066d6115ece75b55aded2c9b7096d8cf5))
8+
* **router:** add functional interceptors support ([6002d77](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/6002d778b011672c2e3f598718e6d8647a28ea43))
9+
10+
11+
### Deprecations
12+
13+
* **core:** `MatomoConsentMode` enum is deprecated, use `MatomoConsentRequirement` instead.
14+
* **core:** `MatomoInitializationMode` enum is deprecated, use `MatomoInitializationBehavior` instead.
15+
116
# [6.2.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.1.3...v6.2.0) (2024-05-28)
217

318

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

0 commit comments

Comments
 (0)