Skip to content

Commit

Permalink
chore: Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Apr 27, 2022
1 parent b9229ff commit 57b3d42
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '3.2.0';
export const version = '3.3.0';
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down

0 comments on commit 57b3d42

Please sign in to comment.