Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to omise-node project will be documented in this file.
Use [Semantic Versioning](http://semver.org/).

## 1.1.0 - 2025-11-24
- Add passkey support. [(#226)](https://github.com/omise/omise-node/pull/226)
- Fix incorrect types and improve TypeScript examples. [(#225)](https://github.com/omise/omise-node/pull/225)

## 1.0.0 - 2025-04-23
- Fix warning from nyc package. [(#219)](https://github.com/omise/omise-node/pull/219)
- Upgrade omise-node api to v2019 [(#220)](https://github.com/omise/omise-node/pull/220)
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": "1.0.0",
"version": "1.1.0",
"description": "Omise Node.js bindings",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down
Loading