From df08e29267e9fceaeb12430981e819a89c3b8e09 Mon Sep 17 00:00:00 2001 From: Rossukhon Leagmongkol Date: Mon, 20 Apr 2026 11:18:39 +0700 Subject: [PATCH] Bump version to 1.2.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1db0f..d9bd703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to omise-node project will be documented in this file. Use [Semantic Versioning](http://semver.org/). +## 1.2.0 - 2026-04-22 +- Remove Internet Banking. [(#228)](https://github.com/omise/omise-node/pull/228) + ## 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) diff --git a/package.json b/package.json index cf0e7c4..0c40918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omise", - "version": "1.1.0", + "version": "1.2.0", "description": "Omise Node.js bindings", "main": "index.js", "types": "types/index.d.ts",