Skip to content

Commit

Permalink
Release v0.12.1 (#217)
Browse files Browse the repository at this point in the history
## Description

Metadata updated for the release of v0.12.1

**What's changed**
- Status added to ICharge interface.
[(#213)](#213)
 
## Rollback procedure

`default rollback procedure`

Co-authored-by: Aashish <[email protected]>
  • Loading branch information
aashishgurung and Aashish authored May 23, 2024
1 parent c635aeb commit f1baa92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to omise-node project will be documented in this file.
Use [Semantic Versioning](http://semver.org/).

## 0.12.1 - 2024-05-23
- Status added to ICharge interface. [(#213)](https://github.com/omise/omise-node/pull/213)

## 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)
Expand Down
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.12.0",
"version": "0.12.1",
"description": "Omise Node.js bindings",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit f1baa92

Please sign in to comment.