From ce973bc9b851af5024fb3bf2992514721d124662 Mon Sep 17 00:00:00 2001 From: Emmanuel Roux <1926413+EmmanuelRoux@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:20:08 +0000 Subject: [PATCH] chore(release): 5.0.1 ## [5.0.1](https://github.com/EmmanuelRoux/ngx-matomo/compare/v5.0.0...v5.0.1) (2023-07-03) ### Bug Fixes * **README:** fix legacy documentation link and images size ([ef38fda](https://github.com/EmmanuelRoux/ngx-matomo/commit/ef38fdae3a5e5b1d1cdb1c9ba9d3a753117b7d80)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-matomo-client/package.json | 2 +- projects/ngx-matomo-client/schematics/version.ts | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3d8c0..a232e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/EmmanuelRoux/ngx-matomo/compare/v5.0.0...v5.0.1) (2023-07-03) + + +### Bug Fixes + +* **README:** fix legacy documentation link and images size ([ef38fda](https://github.com/EmmanuelRoux/ngx-matomo/commit/ef38fdae3a5e5b1d1cdb1c9ba9d3a753117b7d80)) + # [5.0.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v4.1.0...v5.0.0) (2023-07-03) diff --git a/package-lock.json b/package-lock.json index 238a836..0e4cfae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-matomo-client", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-matomo-client", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "@angular/animations": "^15.0.1", diff --git a/package.json b/package.json index 35b6a71..2da39c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-matomo-client", - "version": "5.0.0", + "version": "5.0.1", "author": "Emmanuel Roux (https://github.com/EmmanuelRoux)", "description": "Matomo (fka. Piwik) client for Angular applications", "keywords": [ diff --git a/projects/ngx-matomo-client/package.json b/projects/ngx-matomo-client/package.json index aa2bca7..63cb457 100644 --- a/projects/ngx-matomo-client/package.json +++ b/projects/ngx-matomo-client/package.json @@ -1,6 +1,6 @@ { "name": "ngx-matomo-client", - "version": "5.0.0", + "version": "5.0.1", "author": "Emmanuel Roux (https://github.com/EmmanuelRoux)", "description": "Matomo (fka. Piwik) client for Angular applications", "keywords": [ diff --git a/projects/ngx-matomo-client/schematics/version.ts b/projects/ngx-matomo-client/schematics/version.ts index 60a0b03..cfd0bf5 100644 --- a/projects/ngx-matomo-client/schematics/version.ts +++ b/projects/ngx-matomo-client/schematics/version.ts @@ -1 +1 @@ -export const version = '^5.0.0'; +export const version = '^5.0.1';