Skip to content

Commit 45e4221

Browse files
chore(release): v0.12.0-rc.0 [skip ci]
1 parent 51c18da commit 45e4221

16 files changed

+121
-18
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [0.12.0-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.1-rc.0...v0.12.0-rc.0) (2022-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **logger:** POWERTOOLS_LOGGER_LOG_EVENT precedence is respected ([#1015](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1015)) ([1cbb4db](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/1cbb4db4daf776e12f7dc2b383ac7fa561b7bada))
12+
* **tracer:** capture method throws errors correctly ([#1016](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1016)) ([fb85238](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/fb8523868e8d5e31c00a017ae1102ed31a0a4245))
13+
14+
15+
### Features
16+
17+
* **tracer:** auto disable when running inside amplify mock ([#1010](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1010)) ([024d628](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/024d6286f9b9273becce825b5c6ca0db87d4c63a))
18+
19+
20+
### Reverts
21+
22+
* Revert "chore(release): v0.12.0-rc.0 [skip ci]" (#1017) ([51c18da](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/51c18da20db434f8b12f320e5074e3e0a146046e)), closes [#1017](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1017)
23+
24+
25+
26+
27+
628
## [0.11.1-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.0...v0.11.1-rc.0) (2022-06-24)
729

830
**Note:** Version bump only for package aws-lambda-powertools-typescript

Diff for: examples/cdk/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.12.0-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.1-rc.0...v0.12.0-rc.0) (2022-07-14)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore(release): v0.12.0-rc.0 [skip ci]" (#1017) ([51c18da](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/51c18da20db434f8b12f320e5074e3e0a146046e)), closes [#1017](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1017)
12+
13+
14+
15+
16+
617
## [0.11.1-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.0...v0.11.1-rc.0) (2022-06-24)
718

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

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

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

Diff for: examples/cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-app",
3-
"version": "0.11.1-rc.0",
3+
"version": "0.12.0-rc.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"

Diff for: examples/sam/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.12.0-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.1-rc.0...v0.12.0-rc.0) (2022-07-14)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore(release): v0.12.0-rc.0 [skip ci]" (#1017) ([51c18da](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/51c18da20db434f8b12f320e5074e3e0a146046e)), closes [#1017](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1017)
12+
13+
14+
15+
16+
617
## [0.11.1-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.0...v0.11.1-rc.0) (2022-06-24)
718

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

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

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

Diff for: examples/sam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powertools-typescript-sam-example",
3-
"version": "0.11.1-rc.0",
3+
"version": "0.12.0-rc.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"examples/cdk",
55
"examples/sam"
66
],
7-
"version": "0.11.1-rc.0",
7+
"version": "0.12.0-rc.0",
88
"npmClient": "npm",
99
"message": "chore(release): %s [skip ci]"
1010
}

Diff for: packages/commons/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.12.0-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.1-rc.0...v0.12.0-rc.0) (2022-07-14)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore(release): v0.12.0-rc.0 [skip ci]" (#1017) ([51c18da](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/51c18da20db434f8b12f320e5074e3e0a146046e)), closes [#1017](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1017)
12+
13+
14+
15+
16+
617
## [0.11.1-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.0...v0.11.1-rc.0) (2022-06-24)
718

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

Diff for: packages/commons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/commons",
3-
"version": "0.11.1-rc.0",
3+
"version": "0.12.0-rc.0",
44
"description": "A shared utility package for AWS Lambda Powertools for TypeScript libraries",
55
"author": {
66
"name": "Amazon Web Services",
@@ -48,4 +48,4 @@
4848
"serverless",
4949
"nodejs"
5050
]
51-
}
51+
}

Diff for: packages/logger/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.12.0-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.1-rc.0...v0.12.0-rc.0) (2022-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **logger:** POWERTOOLS_LOGGER_LOG_EVENT precedence is respected ([#1015](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1015)) ([1cbb4db](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/1cbb4db4daf776e12f7dc2b383ac7fa561b7bada))
12+
13+
14+
### Reverts
15+
16+
* Revert "chore(release): v0.12.0-rc.0 [skip ci]" (#1017) ([51c18da](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/51c18da20db434f8b12f320e5074e3e0a146046e)), closes [#1017](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1017)
17+
18+
19+
20+
21+
622
## [0.11.1-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.0...v0.11.1-rc.0) (2022-06-24)
723

824
**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": "0.11.1-rc.0",
3+
"version": "0.12.0-rc.0",
44
"description": "The logging package for the AWS Lambda Powertools for TypeScript library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -50,7 +50,7 @@
5050
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
5151
},
5252
"dependencies": {
53-
"@aws-lambda-powertools/commons": "^0.11.1-rc.0",
53+
"@aws-lambda-powertools/commons": "^0.12.0-rc.0",
5454
"lodash.clonedeep": "^4.5.0",
5555
"lodash.merge": "^4.6.2",
5656
"lodash.pickby": "^4.6.0"
@@ -64,4 +64,4 @@
6464
"serverless",
6565
"nodejs"
6666
]
67-
}
67+
}

Diff for: packages/metrics/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.12.0-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.1-rc.0...v0.12.0-rc.0) (2022-07-14)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore(release): v0.12.0-rc.0 [skip ci]" (#1017) ([51c18da](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/51c18da20db434f8b12f320e5074e3e0a146046e)), closes [#1017](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1017)
12+
13+
14+
15+
16+
617
## [0.11.1-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.0...v0.11.1-rc.0) (2022-06-24)
718

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

Diff for: packages/metrics/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/metrics",
3-
"version": "0.11.1-rc.0",
3+
"version": "0.12.0-rc.0",
44
"description": "The metrics package for the AWS Lambda Powertools for TypeScript library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -49,7 +49,7 @@
4949
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
5050
},
5151
"dependencies": {
52-
"@aws-lambda-powertools/commons": "^0.11.1-rc.0"
52+
"@aws-lambda-powertools/commons": "^0.12.0-rc.0"
5353
},
5454
"keywords": [
5555
"aws",
@@ -59,4 +59,4 @@
5959
"serverless",
6060
"nodejs"
6161
]
62-
}
62+
}

Diff for: packages/tracer/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
# [0.12.0-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.1-rc.0...v0.12.0-rc.0) (2022-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **tracer:** capture method throws errors correctly ([#1016](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1016)) ([fb85238](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/fb8523868e8d5e31c00a017ae1102ed31a0a4245))
12+
13+
14+
### Features
15+
16+
* **tracer:** auto disable when running inside amplify mock ([#1010](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1010)) ([024d628](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/024d6286f9b9273becce825b5c6ca0db87d4c63a))
17+
18+
19+
### Reverts
20+
21+
* Revert "chore(release): v0.12.0-rc.0 [skip ci]" (#1017) ([51c18da](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/51c18da20db434f8b12f320e5074e3e0a146046e)), closes [#1017](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1017)
22+
23+
24+
25+
26+
627
## [0.11.1-rc.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.11.0...v0.11.1-rc.0) (2022-06-24)
728

829
**Note:** Version bump only for package @aws-lambda-powertools/tracer

Diff for: packages/tracer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/tracer",
3-
"version": "0.11.1-rc.0",
3+
"version": "0.12.0-rc.0",
44
"description": "The tracer package for the AWS Lambda Powertools for TypeScript library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -50,7 +50,7 @@
5050
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
5151
},
5252
"dependencies": {
53-
"@aws-lambda-powertools/commons": "^0.11.1-rc.0",
53+
"@aws-lambda-powertools/commons": "^0.12.0-rc.0",
5454
"aws-xray-sdk-core": "^3.3.6"
5555
},
5656
"keywords": [
@@ -62,4 +62,4 @@
6262
"serverless",
6363
"nodejs"
6464
]
65-
}
65+
}

0 commit comments

Comments
 (0)