Skip to content

Commit 2c1e699

Browse files
authored
v3.1.3 (#89)
1 parent ca08349 commit 2c1e699

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
All notable changes to `angular4-paystack` will be documented in this file
44

5+
## 3.1.3 - 02-03-24
6+
### Fixed
7+
- Peer dependency update for angular 17 support
8+
- Added `split_code` option
9+
510
## 3.1.2 - 25-07-23
611
### Fixed
7-
- Peer dependency for angular 15 support
12+
- Peer dependency for angular 16 support
813

914
## 3.1.1 - 12-03-23
1015
### Fixed

DEPLOY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Deployment steps
22

33
1. Get latest master
4-
2. Checkout to a new branch `release/{new-version-name}` eg `release/4.0.1`
4+
2. Checkout to a new relase branch `release/{new-version-name}` eg `release/4.0.1`
55
3. Update `CHANGELOG.md` in root with all the latest changes
66
4. Run `npm run p -- [major|minor|patch] {message}`.
77
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" `

projects/angular4-paystack/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
All notable changes to `angular4-paystack` will be documented in this file
44

5+
## 3.1.3 - 02-03-24
6+
### Fixed
7+
- Peer dependency update for angular 17 support
8+
- Added `split_code` option
9+
510
## 3.1.2 - 25-07-23
611
### Fixed
7-
- Peer dependency for angular 15 support
12+
- Peer dependency for angular 16 support
813

914
## 3.1.1 - 12-03-23
1015
### Fixed

projects/angular4-paystack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular4-paystack",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"peerDependencies": {
55
"@angular/common": "8.0.0 - ^17",
66
"@angular/core": "8.0.0 - ^17"

0 commit comments

Comments
 (0)