Skip to content

Commit 3f03c5c

Browse files
chore(release): v1.11.1 [skip ci]
1 parent 16719c3 commit 3f03c5c

21 files changed

+89
-44
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.11.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.11.0...v1.11.1) (2023-07-11)
7+
8+
### Bug Fixes
9+
10+
- **docs:** fix alias in versions.json ([#1576](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1576)) ([7198cbc](https://github.com/aws-powertools/powertools-lambda-typescript/commit/7198cbca28962e07486b90ecb4f265cafe28bf73))
11+
- **idempotency:** types, docs, and `makeIdempotent` function wrapper ([#1579](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1579)) ([bba1c01](https://github.com/aws-powertools/powertools-lambda-typescript/commit/bba1c01a0b3f08e962568e1d0eb44d486829657b))
12+
613
# [1.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.10.0...v1.11.0) (2023-06-29)
714

815
### Features

examples/cdk/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.11.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.11.0...v1.11.1) (2023-07-11)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
610
# [1.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.10.0...v1.11.0) (2023-06-29)
711

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

examples/cdk/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -25,9 +25,9 @@
2525
"*.js": "npm run lint-fix"
2626
},
2727
"devDependencies": {
28-
"@aws-lambda-powertools/logger": "^1.11.0",
29-
"@aws-lambda-powertools/metrics": "^1.11.0",
30-
"@aws-lambda-powertools/tracer": "^1.11.0",
28+
"@aws-lambda-powertools/logger": "^1.11.1",
29+
"@aws-lambda-powertools/metrics": "^1.11.1",
30+
"@aws-lambda-powertools/tracer": "^1.11.1",
3131
"@aws-sdk/lib-dynamodb": "^3.360.0",
3232
"@types/aws-lambda": "^8.10.109",
3333
"@types/jest": "^29.2.4",

examples/sam/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.11.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.11.0...v1.11.1) (2023-07-11)
7+
8+
**Note:** Version bump only for package sam-example
9+
610
# [1.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.10.0...v1.11.0) (2023-06-29)
711

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

examples/sam/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -37,9 +37,9 @@
3737
"typescript": "^4.9.4"
3838
},
3939
"dependencies": {
40-
"@aws-lambda-powertools/logger": "^1.11.0",
41-
"@aws-lambda-powertools/metrics": "^1.11.0",
42-
"@aws-lambda-powertools/tracer": "^1.11.0",
40+
"@aws-lambda-powertools/logger": "^1.11.1",
41+
"@aws-lambda-powertools/metrics": "^1.11.1",
42+
"@aws-lambda-powertools/tracer": "^1.11.1",
4343
"@aws-sdk/client-dynamodb": "^3.360.0",
4444
"@aws-sdk/lib-dynamodb": "^3.360.0",
4545
"@middy/core": "^3.6.2",

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.11.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.11.0...v1.11.1) (2023-07-11)
7+
8+
**Note:** Version bump only for package layers
9+
610
# [1.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.10.0...v1.11.0) (2023-06-29)
711

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

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.11.0",
3+
"version": "1.11.1",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"examples/sam",
1111
"layers"
1212
],
13-
"version": "1.11.0",
13+
"version": "1.11.1",
1414
"npmClient": "npm",
1515
"message": "chore(release): %s [skip ci]"
1616
}

package-lock.json

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

packages/commons/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.11.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.11.0...v1.11.1) (2023-07-11)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
610
# [1.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.10.0...v1.11.0) (2023-06-29)
711

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

0 commit comments

Comments
 (0)