Skip to content

Commit 1c7a169

Browse files
chore(release): v1.13.1 [skip ci]
1 parent 0681511 commit 1c7a169

25 files changed

+117
-57
lines changed

Diff for: CHANGELOG.md

+6
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
### Bug Fixes
9+
10+
- **maintenance:** remove upper peer dependency Middy ([#1705](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1705)) ([df21ec8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/df21ec8761b1be511c13c28fedd41bf0e2851061))
11+
612
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
713

814
### Bug Fixes

Diff for: examples/cdk/CHANGELOG.md

+4
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
610
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
711

812
**Note:** Version bump only for package cdk-sample

Diff for: examples/cdk/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
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.13.0",
29-
"@aws-lambda-powertools/logger": "^1.13.0",
30-
"@aws-lambda-powertools/metrics": "^1.13.0",
31-
"@aws-lambda-powertools/parameters": "^1.13.0",
32-
"@aws-lambda-powertools/tracer": "^1.13.0",
28+
"@aws-lambda-powertools/commons": "^1.13.1",
29+
"@aws-lambda-powertools/logger": "^1.13.1",
30+
"@aws-lambda-powertools/metrics": "^1.13.1",
31+
"@aws-lambda-powertools/parameters": "^1.13.1",
32+
"@aws-lambda-powertools/tracer": "^1.13.1",
3333
"@aws-sdk/client-ssm": "^3.413.0",
3434
"@aws-sdk/lib-dynamodb": "^3.413.0",
3535
"@types/aws-lambda": "^8.10.121",

Diff for: examples/sam/CHANGELOG.md

+4
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
**Note:** Version bump only for package sam-example
9+
610
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
711

812
**Note:** Version bump only for package sam-example

Diff for: examples/sam/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
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.13.0",
34-
"@aws-lambda-powertools/metrics": "^1.13.0",
35-
"@aws-lambda-powertools/parameters": "^1.13.0",
36-
"@aws-lambda-powertools/tracer": "^1.13.0",
33+
"@aws-lambda-powertools/logger": "^1.13.1",
34+
"@aws-lambda-powertools/metrics": "^1.13.1",
35+
"@aws-lambda-powertools/parameters": "^1.13.1",
36+
"@aws-lambda-powertools/tracer": "^1.13.1",
3737
"@aws-sdk/client-dynamodb": "^3.413.0",
3838
"@aws-sdk/client-ssm": "^3.413.0",
3939
"@aws-sdk/lib-dynamodb": "^3.413.0",

Diff for: layers/CHANGELOG.md

+4
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
**Note:** Version bump only for package layers
9+
610
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
711

812
**Note:** Version bump only for package layers

Diff for: layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layers",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

Diff for: lerna.json

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

Diff for: package-lock.json

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/batch/CHANGELOG.md

+4
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
610
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
711

812
### Bug Fixes

Diff for: packages/batch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/batch",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
55
"author": {
66
"name": "Amazon Web Services",

Diff for: packages/commons/CHANGELOG.md

+4
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
610
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
711

812
**Note:** Version bump only for package @aws-lambda-powertools/commons

Diff for: packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/commons",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
55
"author": {
66
"name": "Amazon Web Services",

Diff for: packages/idempotency/CHANGELOG.md

+6
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
### Bug Fixes
9+
10+
- **maintenance:** remove upper peer dependency Middy ([#1705](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1705)) ([df21ec8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/df21ec8761b1be511c13c28fedd41bf0e2851061))
11+
612
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
713

814
**Note:** Version bump only for package @aws-lambda-powertools/idempotency

Diff for: packages/idempotency/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/idempotency",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "The idempotency package for the Powertools for AWS Lambda (TypeScript) library. It provides options to make your Lambda functions idempotent and safe to retry.",
55
"author": {
66
"name": "Amazon Web Services",
@@ -79,7 +79,7 @@
7979
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
8080
},
8181
"dependencies": {
82-
"@aws-lambda-powertools/commons": "^1.13.0",
82+
"@aws-lambda-powertools/commons": "^1.13.1",
8383
"@aws-sdk/util-base64-node": "^3.209.0",
8484
"jmespath": "^0.16.0"
8585
},
@@ -115,4 +115,4 @@
115115
"aws-sdk-client-mock": "^3.0.0",
116116
"aws-sdk-client-mock-jest": "^3.0.0"
117117
}
118-
}
118+
}

Diff for: packages/logger/CHANGELOG.md

+6
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
### Bug Fixes
9+
10+
- **maintenance:** remove upper peer dependency Middy ([#1705](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1705)) ([df21ec8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/df21ec8761b1be511c13c28fedd41bf0e2851061))
11+
612
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
713

814
**Note:** Version bump only for package @aws-lambda-powertools/logger

Diff for: packages/logger/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/logger",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -53,7 +53,7 @@
5353
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
5454
},
5555
"dependencies": {
56-
"@aws-lambda-powertools/commons": "^1.13.0",
56+
"@aws-lambda-powertools/commons": "^1.13.1",
5757
"lodash.merge": "^4.6.2"
5858
},
5959
"keywords": [
@@ -65,4 +65,4 @@
6565
"serverless",
6666
"nodejs"
6767
]
68-
}
68+
}

Diff for: packages/metrics/CHANGELOG.md

+6
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.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
7+
8+
### Bug Fixes
9+
10+
- **maintenance:** remove upper peer dependency Middy ([#1705](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1705)) ([df21ec8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/df21ec8761b1be511c13c28fedd41bf0e2851061))
11+
612
# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)
713

814
**Note:** Version bump only for package @aws-lambda-powertools/metrics

0 commit comments

Comments
 (0)