Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.4](v4.0.0-beta.3...v4.0.0-beta.4) (2021-11-25)

### Bug Fixes

* destructure import of EventEmitter to support TS projects ([9fc1857](9fc1857))
  • Loading branch information
semantic-release-bot committed Nov 25, 2021
1 parent 9fc1857 commit 35cd48b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.0.0-beta.4](https://github.com/KyleRoss/node-lambda-log/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2021-11-25)


### Bug Fixes

* destructure import of EventEmitter to support TS projects ([9fc1857](https://github.com/KyleRoss/node-lambda-log/commit/9fc18573373e62a09c46f71a3517f862b74aac77))

# [4.0.0-beta.3](https://github.com/KyleRoss/node-lambda-log/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2021-11-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-log",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "Lightweight logging library for any Node 12+ applications",
"main": "./index.js",
"module": "./dist/esm/lambda-log.js",
Expand Down

0 comments on commit 35cd48b

Please sign in to comment.