Skip to content

Commit 5ea82e7

Browse files
authored
Release/3.0.1 (#41)
* Update changelog * 0.0.1 * 3.0.1
1 parent c04e2ee commit 5ea82e7

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG.md

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

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

5+
## 3.0.1 - 12-07-21
6+
### Fixed
7+
- Schematic change to ModuleWithProviders: [here](https://angular.io/guide/migration-module-with-providers)
8+
- Fixed issue with re-opening payment modal after closing
9+
510
## 3.0.0 - 15-10-20
611
### Added
712
- Module with `forRoot`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-lib",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/angular4-paystack/CHANGELOG.md

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

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

5+
## 3.0.1 - 12-07-21
6+
### Fixed
7+
- Schematic change to ModuleWithProviders: [here](https://angular.io/guide/migration-module-with-providers)
8+
- Fixed issue with re-opening payment modal after closing
9+
510
## 3.0.0 - 15-10-20
611
### Added
712
- Module with `forRoot`

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": "2.4.0",
3+
"version": "3.0.1",
44
"peerDependencies": {
55
"@angular/common": "^8.0.3",
66
"@angular/core": "^8.0.3"

0 commit comments

Comments
 (0)