From b9220705639b67e1e2da31be59c73af21cff8f29 Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Fri, 16 Sep 2022 14:07:25 +0200 Subject: [PATCH] chore: Release 3.3.6 --- CHANGELOG.md | 6 ++++++ lib/version.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc62d3..7dfc980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.3.6] + +#### Fixed + +- Republish to npm since `3.3.5` didn't include the correct changes ([Context](https://github.com/customerio/customerio-node/pull/115#issuecomment-1249269246)) + ## [3.3.5] #### Fixed diff --git a/lib/version.ts b/lib/version.ts index 92d68a2..659366b 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -1 +1 @@ -export const version = '3.3.5'; +export const version = '3.3.6'; diff --git a/package-lock.json b/package-lock.json index c0a8f8f..315a61c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "customerio-node", - "version": "3.3.5", + "version": "3.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "customerio-node", - "version": "3.3.5", + "version": "3.3.6", "license": "MIT", "devDependencies": { "@types/node": "^17.0.36", diff --git a/package.json b/package.json index 6049cf4..6b64492 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": "3.3.5", + "version": "3.3.6", "author": "Customer.io (https://customer.io)", "contributors": [ "Alvin Crespo (https://github.com/alvincrespo)",