Skip to content

Commit

Permalink
Bump v0.12.0 (#208)
Browse files Browse the repository at this point in the history
## Purpose

Update metadata for the release v0.12.0

**What's changed**
- Added support for dynamic webhook
[(#207)](#207)
- Updated api version in readme
[(#205)](#205)

Co-authored-by: Aashish <[email protected]>
  • Loading branch information
aashishgurung and Aashish authored Oct 24, 2023
1 parent 32b4e05 commit 59e9973
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
All notable changes to omise-node project will be documented in this file.
Use [Semantic Versioning](http://semver.org/).

## 0.12.0 - 2023-10-24
- Added support for dynamic webhook [(#207)](https://github.com/omise/omise-node/pull/207)
- Updated api version in readme [(#205)](https://github.com/omise/omise-node/pull/205)

## 0.11.0 - 2023-09-11
- Added support for partial capture [(#203)](https://github.com/omise/omise-node/pull/203)

## 0.10.1 - 2023-04-20
- Fixed Next.js build issue [(#190)](https://github.com/omise/omise-node/pull/190)

Expand Down
2 changes: 1 addition & 1 deletion 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": "omise",
"version": "0.11.0",
"version": "0.12.0",
"description": "Omise Node.js bindings",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 59e9973

Please sign in to comment.