Skip to content

Commit 15269d9

Browse files
chore(release): v1.2.0 [skip ci]
1 parent 7b9a027 commit 15269d9

19 files changed

+167
-88
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.1...v1.2.0) (2022-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** docs published with incorrect version number + api docs missing after release ([#1066](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1066)) ([8b8b25c](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/8b8b25c97d84f7a518a463e2a30406c31e44e587))
12+
13+
14+
### Features
15+
16+
* **metrics:** increase maximum dimensions to 29 ([#1072](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1072)) ([7b9a027](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/7b9a0278ccf801a521cab3f74372a4748231fd11))
17+
* **tracer:** allow disabling result capture for decorators and middleware ([#1065](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1065)) ([c3b9a37](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/c3b9a37b6d5885f1750da4f0b226a18734ff0c29))
18+
19+
20+
21+
22+
623
## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)
724

825

Diff for: examples/cdk/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.1...v1.2.0) (2022-08-23)
7+
8+
**Note:** Version bump only for package cdk-app
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)
715

816
**Note:** Version bump only for package cdk-app

Diff for: examples/cdk/package-lock.json

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

Diff for: examples/cdk/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-app",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -32,9 +32,9 @@
3232
"typescript": "^4.1.3"
3333
},
3434
"dependencies": {
35-
"@aws-lambda-powertools/logger": "^1.1.0",
36-
"@aws-lambda-powertools/metrics": "^1.1.0",
37-
"@aws-lambda-powertools/tracer": "^1.1.0",
35+
"@aws-lambda-powertools/logger": "^1.1.1",
36+
"@aws-lambda-powertools/metrics": "^1.1.1",
37+
"@aws-lambda-powertools/tracer": "^1.1.1",
3838
"@aws-sdk/client-sts": "^3.53.0",
3939
"@middy/core": "^2.5.6",
4040
"@types/aws-lambda": "^8.10.86",

Diff for: examples/sam/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.1...v1.2.0) (2022-08-23)
7+
8+
**Note:** Version bump only for package powertools-typescript-sam-example
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)
715

816
**Note:** Version bump only for package powertools-typescript-sam-example

Diff for: examples/sam/package-lock.json

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

Diff for: examples/sam/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powertools-typescript-sam-example",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -28,9 +28,9 @@
2828
"typescript": "^4.1.3"
2929
},
3030
"dependencies": {
31-
"@aws-lambda-powertools/logger": "^1.1.0",
32-
"@aws-lambda-powertools/metrics": "^1.1.0",
33-
"@aws-lambda-powertools/tracer": "^1.1.0",
31+
"@aws-lambda-powertools/logger": "^1.1.1",
32+
"@aws-lambda-powertools/metrics": "^1.1.1",
33+
"@aws-lambda-powertools/tracer": "^1.1.1",
3434
"aws-sdk": "^2.1122.0"
3535
}
3636
}

Diff for: layer-publisher/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.1...v1.2.0) (2022-08-23)
7+
8+
**Note:** Version bump only for package layer-publisher
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)
715

816
**Note:** Version bump only for package layer-publisher

Diff for: layer-publisher/package-lock.json

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

Diff for: layer-publisher/package.json

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

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"examples/sam",
99
"layer-publisher"
1010
],
11-
"version": "1.1.1",
11+
"version": "1.2.0",
1212
"npmClient": "npm",
1313
"message": "chore(release): %s [skip ci]"
1414
}

0 commit comments

Comments
 (0)