Skip to content

Commit 0cc903c

Browse files
committed
feat(README,package.json): add license section and bump version
1 parent dab8169 commit 0cc903c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,8 @@ functions:
8282
### System Log Levels
8383
- DEBUG: Detailed information about the Lambda system
8484
- INFO: General information about the Lambda system
85-
- WARN: Warnings about the Lambda system
85+
- WARN: Warnings about the Lambda system
86+
87+
## License
88+
89+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-configure-lambda-logs",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Serverless Framework plugin to configure Lambda logging settings",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)