diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c0304..0af0d2d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ All notable changes to `angular4-paystack` will be documented in this file +## 3.1.3 - 02-03-24 +### Fixed + - Peer dependency update for angular 17 support + - Added `split_code` option + ## 3.1.2 - 25-07-23 ### Fixed - - Peer dependency for angular 15 support + - Peer dependency for angular 16 support ## 3.1.1 - 12-03-23 ### Fixed diff --git a/DEPLOY.md b/DEPLOY.md index 2b4ff9a..9cdc218 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -1,7 +1,7 @@ ## Deployment steps 1. Get latest master -2. Checkout to a new branch `release/{new-version-name}` eg `release/4.0.1` +2. Checkout to a new relase branch `release/{new-version-name}` eg `release/4.0.1` 3. Update `CHANGELOG.md` in root with all the latest changes 4. Run `npm run p -- [major|minor|patch] {message}`. 5. Create a tag `git tag -a v {version-no} -m "{message}"` eg `git tag -a v4.0.1 -m "Added peer dep for ng 16" ` diff --git a/projects/angular4-paystack/CHANGELOG.md b/projects/angular4-paystack/CHANGELOG.md index 11c0304..0af0d2d 100755 --- a/projects/angular4-paystack/CHANGELOG.md +++ b/projects/angular4-paystack/CHANGELOG.md @@ -2,9 +2,14 @@ All notable changes to `angular4-paystack` will be documented in this file +## 3.1.3 - 02-03-24 +### Fixed + - Peer dependency update for angular 17 support + - Added `split_code` option + ## 3.1.2 - 25-07-23 ### Fixed - - Peer dependency for angular 15 support + - Peer dependency for angular 16 support ## 3.1.1 - 12-03-23 ### Fixed diff --git a/projects/angular4-paystack/package.json b/projects/angular4-paystack/package.json index 8dbc01c..c6edd3d 100644 --- a/projects/angular4-paystack/package.json +++ b/projects/angular4-paystack/package.json @@ -1,6 +1,6 @@ { "name": "angular4-paystack", - "version": "3.1.2", + "version": "3.1.3", "peerDependencies": { "@angular/common": "8.0.0 - ^17", "@angular/core": "8.0.0 - ^17"