We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c635aeb commit f1baa92Copy full SHA for f1baa92
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to omise-node project will be documented in this file.
3
Use [Semantic Versioning](http://semver.org/).
4
5
+## 0.12.1 - 2024-05-23
6
+- Status added to ICharge interface. [(#213)](https://github.com/omise/omise-node/pull/213)
7
+
8
## 0.12.0 - 2023-10-24
9
- Added support for dynamic webhook [(#207)](https://github.com/omise/omise-node/pull/207)
10
- Updated api version in readme [(#205)](https://github.com/omise/omise-node/pull/205)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "omise",
- "version": "0.12.0",
+ "version": "0.12.1",
"description": "Omise Node.js bindings",
"main": "index.js",
"types": "types/index.d.ts",
0 commit comments