From a2e9682f0bebc68a330b9803e46558e8ba89b6a1 Mon Sep 17 00:00:00 2001 From: Colby Ausen Date: Fri, 9 Jun 2023 10:21:53 -0600 Subject: [PATCH] Release v4.1.1 (#145) --- 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 325def2..7b0e073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [4.1.1] + +#### Fixed + +- Explicitly initialize a variable to avoid build errors ([#143](https://github.com/customerio/customerio-node/issues/143)) + ## [4.1.0] #### Added diff --git a/lib/version.ts b/lib/version.ts index 0607747..1e4bcf9 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -1 +1 @@ -export const version = '4.1.0'; +export const version = '4.1.1'; diff --git a/package-lock.json b/package-lock.json index 84cc90e..1fbea5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "customerio-node", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "customerio-node", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "devDependencies": { "@types/node": "^17.0.36", diff --git a/package.json b/package.json index 6878892..6bf84e1 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.0", + "version": "4.1.1", "author": "Customer.io (https://customer.io)", "contributors": [ "Alvin Crespo (https://github.com/alvincrespo)",