Skip to content

Commit a9834ea

Browse files
committed
Update changelog with v3.0.2 change
1 parent 24b996d commit a9834ea

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

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

5+
## 3.0.2 - 18-08-21
6+
### Fixed
7+
- Make angular v8 - v12 peer dependencies
8+
59
## 3.0.1 - 12-07-21
610
### Fixed
7-
- Schematic change to ModuleWithProviders: [here](https://angular.io/guide/migration-module-with-providers)
11+
- Schematic change to ModuleWithProviders: [here](https://angular.io/guide/migration-module-with-providers). Thanks @alexnoise79
812
- Fixed issue with re-opening payment modal after closing
913

1014
## 3.0.0 - 15-10-20

projects/angular4-paystack/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

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

5+
## 3.0.2 - 18-08-21
6+
### Fixed
7+
- Make angular v8 - v12 peer dependencies
8+
59
## 3.0.1 - 12-07-21
610
### Fixed
7-
- Schematic change to ModuleWithProviders: [here](https://angular.io/guide/migration-module-with-providers)
11+
- Schematic change to ModuleWithProviders: [here](https://angular.io/guide/migration-module-with-providers). Thanks @alexnoise79
812
- Fixed issue with re-opening payment modal after closing
913

1014
## 3.0.0 - 15-10-20

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.0.1",
3+
"version": "3.0.2",
44
"peerDependencies": {
55
"@angular/common": "8.0.3 - 12.*",
66
"@angular/core": "8.0.3 - 12.*"

0 commit comments

Comments
 (0)