Skip to content

Commit 477236d

Browse files
github-actions[bot]dreamorosi
authored andcommitted
chore(release): v0.11.0 [skip ci]
1 parent 9551070 commit 477236d

16 files changed

+155
-90
lines changed

Diff for: 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.11.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.10.0...v0.11.0) (2022-06-23)
7+
8+
9+
### Features
10+
11+
* **logger:** add clear state functionality ([#902](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/902)) ([fa1dacb](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/fa1dacb001503a0a607e0951499119a1a9c61545))
12+
13+
14+
15+
16+
617
# [0.10.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.9.1...v0.10.0) (2022-06-02)
718

819

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+
# [0.11.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.10.0...v0.11.0) (2022-06-23)
7+
8+
**Note:** Version bump only for package cdk-app
9+
10+
11+
12+
13+
614
# [0.10.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.9.1...v0.10.0) (2022-06-02)
715

816

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

+37-37
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": "0.10.0",
3+
"version": "0.11.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": "^0.10.0",
36-
"@aws-lambda-powertools/metrics": "^0.10.0",
37-
"@aws-lambda-powertools/tracer": "^0.10.0",
35+
"@aws-lambda-powertools/logger": "^0.7.0",
36+
"@aws-lambda-powertools/metrics": "^0.7.0",
37+
"@aws-lambda-powertools/tracer": "^0.7.0",
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+
# [0.11.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.10.0...v0.11.0) (2022-06-23)
7+
8+
**Note:** Version bump only for package powertools-typescript-sam-example
9+
10+
11+
12+
13+
614
# [0.10.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.9.1...v0.10.0) (2022-06-02)
715

816

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

+37-37
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": "0.10.0",
3+
"version": "0.11.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -27,9 +27,9 @@
2727
"typescript": "^4.1.3"
2828
},
2929
"dependencies": {
30-
"@aws-lambda-powertools/logger": "^0.10.0",
31-
"@aws-lambda-powertools/metrics": "^0.10.0",
32-
"@aws-lambda-powertools/tracer": "^0.10.0",
30+
"@aws-lambda-powertools/logger": "^0.7.0",
31+
"@aws-lambda-powertools/metrics": "^0.7.0",
32+
"@aws-lambda-powertools/tracer": "^0.7.0",
3333
"aws-sdk": "^2.1122.0"
3434
}
3535
}

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.10.0",
7+
"version": "0.11.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.11.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.10.0...v0.11.0) (2022-06-23)
7+
8+
9+
### Features
10+
11+
* **logger:** add clear state functionality ([#902](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/902)) ([fa1dacb](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/fa1dacb001503a0a607e0951499119a1a9c61545))
12+
13+
14+
15+
16+
617
# [0.10.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.9.1...v0.10.0) (2022-06-02)
718

819

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": "0.10.0",
3+
"version": "0.11.0",
44
"description": "A shared utility package for AWS Lambda Powertools for TypeScript libraries",
55
"author": {
66
"name": "Amazon Web Services",

0 commit comments

Comments
 (0)