Skip to content

Commit

Permalink
chore: Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Jan 26, 2023
1 parent da639cc commit b49fd04
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [3.5.0]

#### Added

- Added `getAttributes` method ([#129](https://github.com/customerio/customerio-node/pull/129))

#### Fixed

- Pass query parameters for `getCustomersByEmail` to prevent `400` responses from Customer.io ([#132](https://github.com/customerio/customerio-node/pull/132))

## [3.4.1]

#### Added
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.4.1';
export const version = '3.5.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.4.1",
"version": "3.5.0",
"author": "Customer.io (https://customer.io)",
"contributors": [
"Alvin Crespo (https://github.com/alvincrespo)",
Expand Down

0 comments on commit b49fd04

Please sign in to comment.