Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jul 30, 2022
1 parent 4667dff commit f4cd30b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [1.1.0]

### Added

- Added new screens for iDEAL and KBC/CBC
- Added new getAmount() function in PaymentStatus screen.
- Added more payment selection actions to PaymentList screen.

### Changed

- Removed IssuerScreen and created separate iDEAL and KBC/CBC screen.
- Moved selectGiropay() from PaymentStatusScreen to PaymentListScreen.

## [1.0.0]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-mollie",
"version": "1.0.0",
"version": "1.1.0",
"description": "Prepared Mollie Actions for Cypress",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit f4cd30b

Please sign in to comment.