Skip to content

Commit 4bd229a

Browse files
committed
chore(release): 3.2.0
# [3.2.0](v3.1.0...v3.2.0) (2022-07-26) ### Bug Fixes * **tracker:** add missing generic parameter constraint ([5c1e4e8](5c1e4e8)) * **tracker:** add missing symbol to public api ([eb79fc0](eb79fc0)) * **tracker:** fix custom script factory provider ([c31342b](c31342b)), closes [#56](#56) ### Features * **tracker:** add setPagePerformanceTiming tracking method ([4e92fe7](4e92fe7))
1 parent c31342b commit 4bd229a

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.2.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v3.1.0...v3.2.0) (2022-07-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **tracker:** add missing generic parameter constraint ([5c1e4e8](https://github.com/EmmanuelRoux/ngx-matomo/commit/5c1e4e8903cbccb23e7fd351b03e2abb4500727c))
7+
* **tracker:** add missing symbol to public api ([eb79fc0](https://github.com/EmmanuelRoux/ngx-matomo/commit/eb79fc0f3383b5762c36d0ecfe608d7db6786dc7))
8+
* **tracker:** fix custom script factory provider ([c31342b](https://github.com/EmmanuelRoux/ngx-matomo/commit/c31342b9c63f2888d6507076ac83016cac20c93e)), closes [#56](https://github.com/EmmanuelRoux/ngx-matomo/issues/56)
9+
10+
11+
### Features
12+
13+
* **tracker:** add setPagePerformanceTiming tracking method ([4e92fe7](https://github.com/EmmanuelRoux/ngx-matomo/commit/4e92fe798a98258faa03fbb4f8f5395bbdb8ba4b))
14+
115
# [3.1.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v3.0.0...v3.1.0) (2022-07-22)
216

317

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": "3.1.0",
3+
"version": "3.2.0",
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": "3.1.0",
3+
"version": "3.2.0",
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": "^14.0.0",
1414
"@angular/core": "^14.0.0",
1515
"@angular/router": "^14.0.0",
16-
"@ngx-matomo/tracker": "3.1.0"
16+
"@ngx-matomo/tracker": "3.2.0"
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": "3.1.0",
3+
"version": "3.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 = '^3.1.0';
1+
export const version = '^3.2.0';

0 commit comments

Comments
 (0)