Skip to content

Commit c36e237

Browse files
authored
Deploy (#78)
1 parent d594031 commit c36e237

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 3.1.1 - 12-03-23
6+
### Fixed
7+
- Peer dependency for angular 15 support
8+
59
## 3.1.0 - 17-02-23
610
### Added
711
- Added support for angular 15. Anguler versions 8 - 15 now supported

projects/angular4-paystack/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 3.1.1 - 12-03-23
6+
### Fixed
7+
- Peer dependency for angular 15 support
8+
59
## 3.1.0 - 17-02-23
610
### Added
711
- Added support for angular 15. Anguler versions 8 - 15 now supported

projects/angular4-paystack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular4-paystack",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"peerDependencies": {
55
"@angular/common": "8.0.0 - 15",
66
"@angular/core": "8.0.0 - 15"

0 commit comments

Comments
 (0)