Skip to content

Commit

Permalink
chore: Release 4.0.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
djanhjo authored Mar 30, 2023
1 parent 473d275 commit 43c088d
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.

## [4.0.0]

#### Changed

- Updated transactional email request parameter `amp_body` to `body_amp` for consistency across APIs ([#137](https://github.com/customerio/customerio-node/pull/137/files))

## [3.5.1]

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

0 comments on commit 43c088d

Please sign in to comment.