Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 14, 2021
1 parent a70d8ca commit 3cd3ee9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
# [3.1.0](https://github.com/KyleRoss/node-lambda-log/compare/v3.0.2...v3.1.0) (2021-10-14)


### Bug Fixes

* add redirect to github pages for old site to new domain ([bae1b15](https://github.com/KyleRoss/node-lambda-log/commit/bae1b159d7f2f0264547c8ae913dba514728cac6))
* add step to workflow to purge expired artifacts ([f051daf](https://github.com/KyleRoss/node-lambda-log/commit/f051daf70f3cae689958476a6cf5ff4953da44df))


### Features

* deprecate `addLevel()` method ([86897b1](https://github.com/KyleRoss/node-lambda-log/commit/86897b1d011e9c19c4c105040503c37a73ad4ac2))
* deprecate custom log levels ([abba03a](https://github.com/KyleRoss/node-lambda-log/commit/abba03a4753f97fca9c6891d8219bb33a2ad4fda))
* rebuild site using Next.js with new design and more documentation ([4304c1d](https://github.com/KyleRoss/node-lambda-log/commit/4304c1d38c830096dbcf69190033cff36a4e51bc))

## [3.0.2](https://github.com/KyleRoss/node-lambda-log/compare/v3.0.1...v3.0.2) (2021-10-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lambda-log",
"version": "3.0.2",
"version": "3.1.0",
"description": "Lightweight logging library for any Node 10+ applications",
"main": "index.js",
"scripts": {
Expand Down

1 comment on commit 3cd3ee9

@vercel
Copy link

@vercel vercel bot commented on 3cd3ee9 Oct 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.