Skip to content

Commit

Permalink
chore(release): 2.4.2
Browse files Browse the repository at this point in the history
## [2.4.2](v2.4.1...v2.4.2) (2022-05-03)

### Bug Fixes

* **tracker:** add enableJSErrorTracking as configuration option ([1586d78](1586d78))
* **tracker:** add enableJSErrorTracking tracker method ([68136d5](68136d5)), closes [#37](#37)
  • Loading branch information
EmmanuelRoux committed May 3, 2022
1 parent a42a9af commit 51df448
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.4.2](https://github.com/EmmanuelRoux/ngx-matomo/compare/v2.4.1...v2.4.2) (2022-05-03)


### Bug Fixes

* **tracker:** add enableJSErrorTracking as configuration option ([1586d78](https://github.com/EmmanuelRoux/ngx-matomo/commit/1586d7816b0238d56221c4bc4aa0272c30ad835d))
* **tracker:** add enableJSErrorTracking tracker method ([68136d5](https://github.com/EmmanuelRoux/ngx-matomo/commit/68136d5bc0d40d055b37a63778111033adf1c334)), closes [#37](https://github.com/EmmanuelRoux/ngx-matomo/issues/37)

## [2.4.1](https://github.com/EmmanuelRoux/ngx-matomo/compare/v2.4.0...v2.4.1) (2022-03-31)


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",
"version": "2.4.1",
"version": "2.4.2",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
"description": "Matomo (fka. Piwik) client for Angular applications",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions projects/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-matomo/router",
"version": "2.4.1",
"version": "2.4.2",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
"description": "Plugin or @ngx-matomo/tracker, a Matomo (fka. Piwik) client for Angular applications",
"keywords": [
Expand All @@ -13,7 +13,7 @@
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/router": "^13.0.0",
"@ngx-matomo/tracker": "2.4.1"
"@ngx-matomo/tracker": "2.4.2"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-matomo/tracker",
"version": "2.4.1",
"version": "2.4.2",
"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/tracker/schematics/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '^2.4.1';
export const version = '^2.4.2';

0 comments on commit 51df448

Please sign in to comment.