Skip to content

Commit f6696e6

Browse files
authored
Merge pull request #41 from paytrail/version-number-update
1.0.3
2 parents 74907d5 + 5158464 commit f6696e6

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
# [1.0.2] - 2024-03-22
8-
## Changed
7+
## [1.0.3] - 2024-10-01
8+
### Changed
9+
- Updated VAT rate decimal support
10+
- Updated tests
11+
12+
### Fixed
13+
- Fixed validation for `CreatePaymentRequest` groups
14+
15+
## [1.0.2] - 2024-03-22
16+
### Changed
917
- Bump follow-redirects
1018

11-
# [1.0.1] - 2024-02-22
12-
## Changed
19+
## [1.0.1] - 2024-02-22
20+
### Changed
1321
- Moved package to npm public repository
1422
- Bumped nodejs and follow-redirects versions
1523

16-
# [1.0.0] - 2023-11-28
17-
## Added
24+
## [1.0.0] - 2023-11-28
25+
### Added
1826
- Initial release

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@paytrail/paytrail-js-sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)