Skip to content

Commit 1e51228

Browse files
chore(release): v1.16.0 [skip ci]
1 parent e69abfb commit 1e51228

25 files changed

+107
-51
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.16.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.15.0...v1.16.0) (2023-11-16)
7+
8+
### Features
9+
10+
- **logger:** add support for `AWS_LAMBDA_LOG_LEVEL` and `POWERTOOLS_LOG_LEVEL` ([#1795](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1795)) ([e69abfb](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e69abfb5f1b5d3bf993ac2fe66fae85a85af9905))
11+
612
# [1.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.14.2...v1.15.0) (2023-11-14)
713

814
### Features

examples/cdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.16.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.15.0...v1.16.0) (2023-11-16)
7+
8+
### Features
9+
10+
- **logger:** add support for `AWS_LAMBDA_LOG_LEVEL` and `POWERTOOLS_LOG_LEVEL` ([#1795](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1795)) ([e69abfb](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e69abfb5f1b5d3bf993ac2fe66fae85a85af9905))
11+
612
# [1.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.14.2...v1.15.0) (2023-11-14)
713

814
### Features

examples/cdk/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -25,11 +25,11 @@
2525
"*.js": "npm run lint-fix"
2626
},
2727
"devDependencies": {
28-
"@aws-lambda-powertools/commons": "^1.15.0",
29-
"@aws-lambda-powertools/logger": "^1.15.0",
30-
"@aws-lambda-powertools/metrics": "^1.15.0",
31-
"@aws-lambda-powertools/parameters": "^1.15.0",
32-
"@aws-lambda-powertools/tracer": "^1.15.0",
28+
"@aws-lambda-powertools/commons": "^1.16.0",
29+
"@aws-lambda-powertools/logger": "^1.16.0",
30+
"@aws-lambda-powertools/metrics": "^1.16.0",
31+
"@aws-lambda-powertools/parameters": "^1.16.0",
32+
"@aws-lambda-powertools/tracer": "^1.16.0",
3333
"@aws-sdk/client-ssm": "^3.413.0",
3434
"@aws-sdk/lib-dynamodb": "^3.413.0",
3535
"@types/aws-lambda": "^8.10.121",

examples/sam/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.16.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.15.0...v1.16.0) (2023-11-16)
7+
8+
### Features
9+
10+
- **logger:** add support for `AWS_LAMBDA_LOG_LEVEL` and `POWERTOOLS_LOG_LEVEL` ([#1795](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1795)) ([e69abfb](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e69abfb5f1b5d3bf993ac2fe66fae85a85af9905))
11+
612
# [1.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.14.2...v1.15.0) (2023-11-14)
713

814
### Features

examples/sam/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -30,10 +30,10 @@
3030
"typescript": "^5.2.2"
3131
},
3232
"dependencies": {
33-
"@aws-lambda-powertools/logger": "^1.15.0",
34-
"@aws-lambda-powertools/metrics": "^1.15.0",
35-
"@aws-lambda-powertools/parameters": "^1.15.0",
36-
"@aws-lambda-powertools/tracer": "^1.15.0",
33+
"@aws-lambda-powertools/logger": "^1.16.0",
34+
"@aws-lambda-powertools/metrics": "^1.16.0",
35+
"@aws-lambda-powertools/parameters": "^1.16.0",
36+
"@aws-lambda-powertools/tracer": "^1.16.0",
3737
"@aws-sdk/client-dynamodb": "^3.413.0",
3838
"@aws-sdk/client-ssm": "^3.413.0",
3939
"@aws-sdk/lib-dynamodb": "^3.413.0",

layers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.16.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.15.0...v1.16.0) (2023-11-16)
7+
8+
**Note:** Version bump only for package layers
9+
610
# [1.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.14.2...v1.15.0) (2023-11-14)
711

812
### Features

layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layers",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"examples/sam",
1313
"layers"
1414
],
15-
"version": "1.15.0",
15+
"version": "1.16.0",
1616
"npmClient": "npm",
1717
"message": "chore(release): %s [skip ci]"
1818
}

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/batch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.16.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.15.0...v1.16.0) (2023-11-16)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
610
# [1.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.14.2...v1.15.0) (2023-11-14)
711

812
### Features

0 commit comments

Comments
 (0)