Skip to content

Commit

Permalink
chore: Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Dec 6, 2022
1 parent 49efc67 commit 4ac1fd0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

All notable changes to this project will be documented in this file.

## Unreleased
## [3.4.0]

- Add export methods to the api class
#### Added

- Add export methods to the api class ([#120](https://github.com/cusotmerio/customerio-node/pull/120))
- Add customer lookup by email method to the api class ([#124](https://github.com/customerio/customerio-node/pull/124))
- Add unsuppress method to the track class ([#123](https://github.com/customerio/customerio-node/pull/123))

#### Changed

- Update `minimatch` (dev only) ([#121](https://github.com/customerio/customerio-node/pull/121))

## [3.3.6]

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.3.6';
export const version = '3.4.0';
4 changes: 2 additions & 2 deletions 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.3.6",
"version": "3.4.0",
"author": "Customer.io (https://customer.io)",
"contributors": [
"Alvin Crespo (https://github.com/alvincrespo)",
Expand Down

0 comments on commit 4ac1fd0

Please sign in to comment.