Skip to content

Commit 4807b05

Browse files
committed
chore(release): 2.4.1
## [2.4.1](v2.4.0...v2.4.1) (2022-03-31) ### Bug Fixes * **router:** use correct rxjs import path ([fe15b20](fe15b20)), closes [#42](#42)
1 parent fe15b20 commit 4807b05

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.4.1](https://github.com/EmmanuelRoux/ngx-matomo/compare/v2.4.0...v2.4.1) (2022-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **router:** use correct rxjs import path ([fe15b20](https://github.com/EmmanuelRoux/ngx-matomo/commit/fe15b20c5ccea09d7529145ae76b6e59ee69e867)), closes [#42](https://github.com/EmmanuelRoux/ngx-matomo/issues/42)
7+
18
# [2.4.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v2.3.0...v2.4.0) (2022-03-16)
29

310

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

0 commit comments

Comments
 (0)