Skip to content

Commit 8103016

Browse files
chore(release): 4.0.0-beta.3 [skip ci]
# [4.0.0-beta.3](v4.0.0-beta.2...v4.0.0-beta.3) (2021-11-19) ### Bug Fixes * add entrypoint file for advanced usage ([d7861de](d7861de)) * add package.json to esm and cjs directories after build ([6c77c79](6c77c79)) * change legacy cjs file to require `lambda-log.js` instead ([89db707](89db707)) * rename index to `lambda-log` to ensure the types are generated properly ([467c9e4](467c9e4)) ### Features * add support for direct entrypoint ([50dd03d](50dd03d))
1 parent cc42f22 commit 8103016

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [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)
2+
3+
4+
### Bug Fixes
5+
6+
* add entrypoint file for advanced usage ([d7861de](https://github.com/KyleRoss/node-lambda-log/commit/d7861de9269532ab31631e559ec8da7a77c2870a))
7+
* add package.json to esm and cjs directories after build ([6c77c79](https://github.com/KyleRoss/node-lambda-log/commit/6c77c7971def43eb8b3f5e66a071f8b87d8b6bb8))
8+
* change legacy cjs file to require `lambda-log.js` instead ([89db707](https://github.com/KyleRoss/node-lambda-log/commit/89db70742c011405534c6ce1a3c8916190d85a66))
9+
* rename index to `lambda-log` to ensure the types are generated properly ([467c9e4](https://github.com/KyleRoss/node-lambda-log/commit/467c9e42628ed05a6ba28bb2cea79f4129d6a2f5))
10+
11+
12+
### Features
13+
14+
* add support for direct entrypoint ([50dd03d](https://github.com/KyleRoss/node-lambda-log/commit/50dd03d8651799ea4f865fcadae5b3d5abcfe121))
15+
116
# [4.0.0-beta.2](https://github.com/KyleRoss/node-lambda-log/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2021-11-18)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-log",
3-
"version": "4.0.0-beta.2",
3+
"version": "4.0.0-beta.3",
44
"description": "Lightweight logging library for any Node 12+ applications",
55
"main": "./index.js",
66
"module": "./dist/esm/lambda-log.js",

0 commit comments

Comments
 (0)