Skip to content

Commit dab8169

Browse files
committed
feat(serverless-plugin): update copyright, bump version to 1.0.5
1 parent 6d40e30 commit dab8169

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024
3+
Copyright (c) 2024 vavasilva
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/configureLambdaLogs.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Plugin serverless-configure-lambda-logs
2+
* Copyright (c) 2024 vavasilva
3+
* Licensed under the MIT License. See LICENSE file for details.
4+
*/
5+
16
'use strict';
27

38
class ConfigureLambdaLogs {

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.4",
3+
"version": "1.0.5",
44
"description": "Serverless Framework plugin to configure Lambda logging settings",
55
"main": "src/index.js",
66
"scripts": {

src/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Plugin serverless-configure-lambda-logs
2+
* Copyright (c) 2024 vavasilva
3+
* Licensed under the MIT License. See LICENSE file for details.
4+
*/
5+
16
'use strict';
27

38
const ConfigureLambdaLogs = require('../lib/configureLambdaLogs');

0 commit comments

Comments
 (0)