Skip to content

Commit f1baa92

Browse files
aashishgurungAashish
and
Aashish
authored
Release v0.12.1 (#217)
## 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]>
1 parent c635aeb commit f1baa92

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to omise-node project will be documented in this file.
33
Use [Semantic Versioning](http://semver.org/).
44

5+
## 0.12.1 - 2024-05-23
6+
- Status added to ICharge interface. [(#213)](https://github.com/omise/omise-node/pull/213)
7+
58
## 0.12.0 - 2023-10-24
69
- Added support for dynamic webhook [(#207)](https://github.com/omise/omise-node/pull/207)
710
- Updated api version in readme [(#205)](https://github.com/omise/omise-node/pull/205)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omise",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Omise Node.js bindings",
55
"main": "index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)