Skip to content

Commit

Permalink
build: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enylin committed Dec 13, 2021
1 parent af76db0 commit b38d9d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.1.1](https://github.com/enylin/line-pay-merchant/compare/v0.1.0...v0.1.1) (2021-12-13)


### Bug Fixes

* **api:** update api types ([1abe716](https://github.com/enylin/line-pay-merchant/commit/1abe71688f2b0fb86f4bafe7f27a24aa63698d9a))
* **transactionid:** convert transaction ID to string to prevent from losing precision ([7cd72e7](https://github.com/enylin/line-pay-merchant/commit/7cd72e7c6d7f245317fb04756110bd36afbc27c3))


### BREAKING CHANGES

* **transactionid:** Convert transaction ID from number to string.



# 0.1.0 (2021-12-12)


Expand Down
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": "line-pay-merchant",
"version": "0.1.0",
"version": "0.1.1",
"description": "LINE Pay Merchant API V3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b38d9d5

Please sign in to comment.