diff --git a/CHANGELOG.md b/CHANGELOG.md index 388f436..10622e4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `angular4-paystack` will be documented in this file +## 3.1.5 - 24-07-26 +### Fixed + - Peer dependency update for angular 18, 19, 20 & 21 support + ## 3.1.4 - 18-03-24 ### Fixed - Fixed peer dependencies version issues diff --git a/projects/angular4-paystack/CHANGELOG.md b/projects/angular4-paystack/CHANGELOG.md index 388f436..10622e4 100755 --- a/projects/angular4-paystack/CHANGELOG.md +++ b/projects/angular4-paystack/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `angular4-paystack` will be documented in this file +## 3.1.5 - 24-07-26 +### Fixed + - Peer dependency update for angular 18, 19, 20 & 21 support + ## 3.1.4 - 18-03-24 ### Fixed - Fixed peer dependencies version issues diff --git a/projects/angular4-paystack/package.json b/projects/angular4-paystack/package.json index c73bd26..8a95a6d 100644 --- a/projects/angular4-paystack/package.json +++ b/projects/angular4-paystack/package.json @@ -1,9 +1,9 @@ { "name": "angular4-paystack", - "version": "3.1.4", + "version": "3.1.5", "peerDependencies": { - "@angular/common": "8.0.0 - 17.x.x", - "@angular/core": "8.0.0 - 17.x.x" + "@angular/common": "8.0.0 - 21.x.x", + "@angular/core": "8.0.0 - 21.x.x" }, "repository": { "type": "git",