Skip to content

Commit

Permalink
chore(release): 6.3.0
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
EmmanuelRoux committed Jul 18, 2024
1 parent d0ebde6 commit b938ba2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [6.3.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.2.0...v6.3.0) (2024-07-18)


### Features

* **core:** introduce literal type `MatomoConsentRequirement` ([e517efd](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/e517efd5f922d2393d6e27889d3043ed24171142))
* **core:** introduce literal type `MatomoInitializationBehavior` ([0cac720](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/0cac720066d6115ece75b55aded2c9b7096d8cf5))
* **router:** add functional interceptors support ([6002d77](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/6002d778b011672c2e3f598718e6d8647a28ea43))


### Deprecations

* **core:** `MatomoConsentMode` enum is deprecated, use `MatomoConsentRequirement` instead.
* **core:** `MatomoInitializationMode` enum is deprecated, use `MatomoInitializationBehavior` instead.

# [6.2.0](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.1.3...v6.2.0) (2024-05-28)


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

0 comments on commit b938ba2

Please sign in to comment.