From 70caf3e0d452fc09ac51e0ad12a1b83aa0a867a7 Mon Sep 17 00:00:00 2001 From: Colby Ausen Date: Thu, 19 Feb 2026 10:12:10 -0700 Subject: [PATCH 1/3] Transactional SMS and Inbox --- CHANGELOG.md | 7 +++++++ lib/version.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0e073..3c6ade6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [4.0.0] + +#### Added + +- Add support for sending transactional SMS messages ([#164](https://github.com/customerio/customerio-node/pull/164)) +- Add support for sending transactional Inbox messages ([#170](https://github.com/customerio/customerio-node/pull/170)) + ## [4.1.1] #### Fixed diff --git a/lib/version.ts b/lib/version.ts index 1e4bcf9..14b018b 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -1 +1 @@ -export const version = '4.1.1'; +export const version = '4.2.0'; diff --git a/package-lock.json b/package-lock.json index 82bfc3b..8dff955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "customerio-node", - "version": "4.1.1", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "customerio-node", - "version": "4.1.1", + "version": "4.2.0", "license": "MIT", "devDependencies": { "@types/node": "^17.0.36", diff --git a/package.json b/package.json index 6bf84e1..2ba71f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "customerio-node", "description": "A node client for the Customer.io event API. http://customer.io", - "version": "4.1.1", + "version": "4.2.0", "author": "Customer.io (https://customer.io)", "contributors": [ "Alvin Crespo (https://github.com/alvincrespo)", From ab69ea49964c126884e37c955bafff4080852978 Mon Sep 17 00:00:00 2001 From: Colby Ausen Date: Thu, 19 Feb 2026 10:35:12 -0700 Subject: [PATCH 2/3] The correct version number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6ade6..c564ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [4.0.0] +## [4.2.0] #### Added From edcb3576906aa2fee03eb02732e12e8bc712447b Mon Sep 17 00:00:00 2001 From: Colby Ausen Date: Thu, 19 Feb 2026 10:46:00 -0700 Subject: [PATCH 3/3] 4.3 --- CHANGELOG.md | 7 ++++++- lib/version.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c564ee4..302bbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,17 @@ All notable changes to this project will be documented in this file. +## [4.3.0] + +#### Added + +- Add support for sending transactional Inbox messages ([#170](https://github.com/customerio/customerio-node/pull/170)) + ## [4.2.0] #### Added - Add support for sending transactional SMS messages ([#164](https://github.com/customerio/customerio-node/pull/164)) -- Add support for sending transactional Inbox messages ([#170](https://github.com/customerio/customerio-node/pull/170)) ## [4.1.1] diff --git a/lib/version.ts b/lib/version.ts index 14b018b..d362096 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -1 +1 @@ -export const version = '4.2.0'; +export const version = '4.3.0'; diff --git a/package-lock.json b/package-lock.json index 8dff955..aa3e047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "customerio-node", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "customerio-node", - "version": "4.2.0", + "version": "4.3.0", "license": "MIT", "devDependencies": { "@types/node": "^17.0.36", diff --git a/package.json b/package.json index 2ba71f3..bcf70f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "customerio-node", "description": "A node client for the Customer.io event API. http://customer.io", - "version": "4.2.0", + "version": "4.3.0", "author": "Customer.io (https://customer.io)", "contributors": [ "Alvin Crespo (https://github.com/alvincrespo)",