Skip to content

Commit 3cd3ee9

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.2...v3.1.0) (2021-10-14) ### Bug Fixes * add redirect to github pages for old site to new domain ([bae1b15](bae1b15)) * add step to workflow to purge expired artifacts ([f051daf](f051daf)) ### Features * deprecate `addLevel()` method ([86897b1](86897b1)) * deprecate custom log levels ([abba03a](abba03a)) * rebuild site using Next.js with new design and more documentation ([4304c1d](4304c1d))
1 parent a70d8ca commit 3cd3ee9

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+
# [3.1.0](https://github.com/KyleRoss/node-lambda-log/compare/v3.0.2...v3.1.0) (2021-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* add redirect to github pages for old site to new domain ([bae1b15](https://github.com/KyleRoss/node-lambda-log/commit/bae1b159d7f2f0264547c8ae913dba514728cac6))
7+
* add step to workflow to purge expired artifacts ([f051daf](https://github.com/KyleRoss/node-lambda-log/commit/f051daf70f3cae689958476a6cf5ff4953da44df))
8+
9+
10+
### Features
11+
12+
* deprecate `addLevel()` method ([86897b1](https://github.com/KyleRoss/node-lambda-log/commit/86897b1d011e9c19c4c105040503c37a73ad4ac2))
13+
* deprecate custom log levels ([abba03a](https://github.com/KyleRoss/node-lambda-log/commit/abba03a4753f97fca9c6891d8219bb33a2ad4fda))
14+
* rebuild site using Next.js with new design and more documentation ([4304c1d](https://github.com/KyleRoss/node-lambda-log/commit/4304c1d38c830096dbcf69190033cff36a4e51bc))
15+
116
## [3.0.2](https://github.com/KyleRoss/node-lambda-log/compare/v3.0.1...v3.0.2) (2021-10-01)
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": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Lightweight logging library for any Node 10+ applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)