Skip to content

Commit 23e3efd

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2021-11-17) ### Features * change minimum support to node v12+ ([726a209](726a209)) * rewrite into typescript ([2800655](2800655)) * support esm and cjs ([0e8f0ac](0e8f0ac))
1 parent 764cd62 commit 23e3efd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.2.0](https://github.com/KyleRoss/node-lambda-log/compare/v3.1.0...v3.2.0) (2021-11-17)
2+
3+
4+
### Features
5+
6+
* change minimum support to node v12+ ([726a209](https://github.com/KyleRoss/node-lambda-log/commit/726a209040eb6aac5e64e7155ba40b1fedd8249b))
7+
* rewrite into typescript ([2800655](https://github.com/KyleRoss/node-lambda-log/commit/280065579846369ac241142f6c1dd71196af9b56))
8+
* support esm and cjs ([0e8f0ac](https://github.com/KyleRoss/node-lambda-log/commit/0e8f0ac907be771290627d3aac25b507b955c529))
9+
110
# [3.1.0](https://github.com/KyleRoss/node-lambda-log/compare/v3.0.2...v3.1.0) (2021-10-14)
211

312

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": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Lightweight logging library for any Node 12+ applications",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",

0 commit comments

Comments
 (0)