diff --git a/CHANGELOG.md b/CHANGELOG.md index 3656583..ffb5b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [3.3.0] + +### Added + +- Added support for use with gitpod ([#101](https://github.com/customerio/customerio-node/pull/101)) +- Added support for invite-type anonymous event tracking ([#106](https://github.com/customerio/customerio-node/pull/106), [#107](https://github.com/customerio/customerio-node/pull/107)) + +### Updated + +- Export more types from `request.ts` ([#102](https://github.com/customerio/customerio-node/pull/102)) + +### Fixed + +- Fix instances of `customerio-node` running without a `package.json` alongside the code ([#105](https://github.com/customerio/customerio-node/pull/105)) + ## [3.2.0] - Add support for push metrics tracking endpoint ([#98](https://github.com/customerio/customerio-node/pull/98)) diff --git a/lib/version.ts b/lib/version.ts index e8e3a50..eea29e4 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -1 +1 @@ -export const version = '3.2.0'; +export const version = '3.3.0'; diff --git a/package-lock.json b/package-lock.json index bfd6921..d596b6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "customerio-node", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ebdfde..cbdf1f5 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.2.0", + "version": "3.3.0", "author": "Customer.io (https://customer.io)", "contributors": [ "Alvin Crespo (https://github.com/alvincrespo)",