Skip to content

Commit

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


### Features

* **api:** implement check-payment-status API ([3c725b9](https://github.com/enylin/line-pay-merchant/commit/3c725b9de5cb210a4c6c703357d14b06a260f67e))
* **error:** throw error if no request body ([6c96fcc](https://github.com/enylin/line-pay-merchant/commit/6c96fcc81f30809199604516a98919db342dd5af))



# [0.3.0](https://github.com/enylin/line-pay-merchant/compare/v0.2.0...v0.3.0) (2021-12-16)


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

0 comments on commit 035e182

Please sign in to comment.