Skip to content

Commit

Permalink
Merge pull request #41 from paytrail/version-number-update
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
pt-ossi authored Oct 1, 2024
2 parents 74907d5 + 5158464 commit f6696e6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@ All notable changes to this project will be documented in this file.

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).

# [1.0.2] - 2024-03-22
## Changed
## [1.0.3] - 2024-10-01
### Changed
- Updated VAT rate decimal support
- Updated tests

### Fixed
- Fixed validation for `CreatePaymentRequest` groups

## [1.0.2] - 2024-03-22
### Changed
- Bump follow-redirects

# [1.0.1] - 2024-02-22
## Changed
## [1.0.1] - 2024-02-22
### Changed
- Moved package to npm public repository
- Bumped nodejs and follow-redirects versions

# [1.0.0] - 2023-11-28
## Added
## [1.0.0] - 2023-11-28
### Added
- Initial release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paytrail/paytrail-js-sdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit f6696e6

Please sign in to comment.