Skip to content

Commit a66af0d

Browse files
committed
chore(release): 1.3.6
## [1.3.6](v1.3.5...v1.3.6) (2022-05-03) ### Bug Fixes * **tracker:** add enableJSErrorTracking as configuration option ([9a10e88](9a10e88)) * **tracker:** add enableJSErrorTracking tracker method ([234ea16](234ea16)), closes [#37](#37)
1 parent 9a10e88 commit a66af0d

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.6](https://github.com/EmmanuelRoux/ngx-matomo/compare/v1.3.5...v1.3.6) (2022-05-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **tracker:** add enableJSErrorTracking as configuration option ([9a10e88](https://github.com/EmmanuelRoux/ngx-matomo/commit/9a10e88c877048cf2acec91b80c918682c21e6cc))
7+
* **tracker:** add enableJSErrorTracking tracker method ([234ea16](https://github.com/EmmanuelRoux/ngx-matomo/commit/234ea165365c3e5e11298da70e6e65434d44a69e)), closes [#37](https://github.com/EmmanuelRoux/ngx-matomo/issues/37)
8+
19
## [1.3.5](https://github.com/EmmanuelRoux/ngx-matomo/compare/v1.3.4...v1.3.5) (2022-03-23)
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",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [

projects/router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-matomo/router",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Plugin or @ngx-matomo/tracker, a Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [
@@ -13,7 +13,7 @@
1313
"@angular/common": ">=9.0.0 <13.0.0",
1414
"@angular/core": ">=9.0.0 <13.0.0",
1515
"@angular/router": ">=9.0.0 <13.0.0",
16-
"@ngx-matomo/tracker": "1.3.5"
16+
"@ngx-matomo/tracker": "1.3.6"
1717
},
1818
"dependencies": {
1919
"tslib": "^2.0.0"

projects/tracker/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/tracker",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
55
"description": "Matomo (fka. Piwik) client for Angular applications",
66
"keywords": [

0 commit comments

Comments
 (0)