Skip to content

Commit

Permalink
chore: Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Feb 7, 2023
1 parent 6b054f0 commit 478809d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [3.5.1]

#### Fixed

- Handle redirect responses from the track and app apis ([#135](https://github.com/customerio/customerio-node/pull/135))

## [3.5.0]

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

0 comments on commit 478809d

Please sign in to comment.