Skip to content

Commit

Permalink
Release v4.1.1 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabland authored Jun 9, 2023
1 parent 5b3dae5 commit a2e9682
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.1.1]

#### Fixed

- Explicitly initialize a variable to avoid build errors ([#143](https://github.com/customerio/customerio-node/issues/143))

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

0 comments on commit a2e9682

Please sign in to comment.