Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: xillians <sandra.toftemo@payex.com>
  • Loading branch information
github-actions[bot] and xillians authored May 2, 2023
1 parent cdcb9b3 commit 1007502
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Changelog

## [1.2.0](https://github.com/SwedbankPay/swedbank-pay-sdk-js/compare/v1.0.0...v2.0.0) (2022-11-11)

### ⚠ BREAKING CHANGES

- upgrade node engine and modernize setup (#467)

### Features

- Add card models
([08ca8de](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/08ca8de8c8016a4d56eb0663f683b4612d12389a))
- Add invoice models
([d5c0df4](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/d5c0df40beb691422822417b4fbb11ef933627b9))
- Add mobile pay models
([f572d91](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/f572d91cf4f8f656fa66e614fa20e82e32d667dd))
- add override for apiUrls
([7808678](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/7808678a5305246cbf7780d11b523ee1674b61be))
- Add payment instrument models
([caa2ced](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/caa2cedda4c82062edb2757d91e2611410f0d49b))
- Add payment orders models
([1354b13](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/1354b1333ee450753b69213e68096bb26b03c261))
- Add shared models
([d5d5f8d](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/d5d5f8d2ba030ce930a0206295749dd9889f1257))
- Add shared models
([fd1871c](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/fd1871c7a1c780a00c518daf1681e9f0b623a828))
- Add shared payment instrument models
([56f3e4d](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/56f3e4d0909936c7b1710e463250f106e17cfd7a))
- Add swish models
([6fc9ec0](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/6fc9ec08e8f13652dcc84066b2f249fdcd723150))
- Add test for instance of purchase
([20eff51](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/20eff515393a2e725af3b386a35c80ebb8024b2a))
- Add trustly models
([1d5f621](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/1d5f6218fb00d8f9db9c4e3c587197e70d19fd37))
- Add vipps models
([8066af6](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/8066af66a03a412b90b1c83517e13edffdcc31e2))
- Added consumers models
([9c9365f](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/9c9365f46ccd6f9fb998d77996f8cf6a824c1cf8))
- upgrade node engine and modernize setup
([#467](https://github.com/SwedbankPay/swedbank-pay-sdk-js/issues/467))
([4df5523](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/4df552334210de4f0e1de7918a1784f284aa9b7c))

### Bug Fixes

- 0 errors when running build
([541145c](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/541145c54dd8dbee6aba00ad8e019aea2813b1b2))
- Added imports and deleted files that were not needed
([8c4fdc1](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/8c4fdc112e4ab619ce7821a71a4f3f23e15b498a))
- Change Uri to built in URL eqvivalent.
([157cc6d](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/157cc6df0905d09849c006095f76765a7a424e00))
- Extend Payment instead of PaymentOrderRequest
([9a6f77f](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/9a6f77fd560b74db29345380a755c76cea1c1eeb))
- further cleaning in paymentorder inputs
([f454224](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/f454224856f92c3a4b608d1638b48713327faaa0))
- PaymentOrder test
([5a3d585](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/5a3d585d58b85d5353f9073aa842609bcb1864b4))
- Remove typeSafeEnum and use enum
([dc93718](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/dc937182af12040c2f7bb9b0051fad3dfb4d694c))

## 1.0.0 (2022-11-07)

### ⚠ BREAKING CHANGES
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": "@swedbank-pay/sdk",
"version": "1.0.0",
"version": "1.2.0",
"description": "TypeScript / JavaScript Software Development Kit for the Swedbank Pay API Platform",
"main": "build/src/main.js",
"publishConfig": {
Expand Down

0 comments on commit 1007502

Please sign in to comment.