Skip to content

Commit e1cdc4c

Browse files
chore(release): v1.4.0 [skip ci]
1 parent c8e3c15 commit e1cdc4c

19 files changed

+180
-88
lines changed

Diff for: 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+
# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **metrics:** metadata and dimensions not cleared on publish ([#1129](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1129)) ([b209c30](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/b209c30df92da07875f204f7f211294feea729db))
12+
13+
14+
### Features
15+
16+
* **all:** moved EnvService to commons + exposed getXrayTraceId in tracer ([#1123](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1123)) ([c8e3c15](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/c8e3c15b64142ebe6f43835a5917ecba26293a32))
17+
18+
19+
20+
21+
622
# [1.3.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.2.1...v1.3.0) (2022-10-17)
723

824

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.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)
7+
8+
**Note:** Version bump only for package cdk-app
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.2.1...v1.3.0) (2022-10-17)
715

816

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.3.0",
3+
"version": "1.4.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -34,9 +34,9 @@
3434
"typescript": "^4.1.3"
3535
},
3636
"dependencies": {
37-
"@aws-lambda-powertools/logger": "^1.2.1",
38-
"@aws-lambda-powertools/metrics": "^1.2.1",
39-
"@aws-lambda-powertools/tracer": "^1.2.1",
37+
"@aws-lambda-powertools/logger": "^1.3.0",
38+
"@aws-lambda-powertools/metrics": "^1.3.0",
39+
"@aws-lambda-powertools/tracer": "^1.3.0",
4040
"@aws-sdk/client-sts": "^3.53.0",
4141
"@middy/core": "^2.5.6",
4242
"@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.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)
7+
8+
**Note:** Version bump only for package powertools-typescript-sam-example
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.2.1...v1.3.0) (2022-10-17)
715

816

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.3.0",
3+
"version": "1.4.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -30,9 +30,9 @@
3030
"typescript": "^4.1.3"
3131
},
3232
"dependencies": {
33-
"@aws-lambda-powertools/logger": "^1.2.1",
34-
"@aws-lambda-powertools/metrics": "^1.2.1",
35-
"@aws-lambda-powertools/tracer": "^1.2.1",
33+
"@aws-lambda-powertools/logger": "^1.3.0",
34+
"@aws-lambda-powertools/metrics": "^1.3.0",
35+
"@aws-lambda-powertools/tracer": "^1.3.0",
3636
"aws-sdk": "^2.1122.0"
3737
}
3838
}

Diff for: layer-publisher/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+
# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)
7+
8+
9+
### Features
10+
11+
* **all:** moved EnvService to commons + exposed getXrayTraceId in tracer ([#1123](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1123)) ([c8e3c15](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/c8e3c15b64142ebe6f43835a5917ecba26293a32))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.2.1...v1.3.0) (2022-10-17)
718

819

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.3.0",
3+
"version": "1.4.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.3.0",
11+
"version": "1.4.0",
1212
"npmClient": "npm",
1313
"message": "chore(release): %s [skip ci]"
1414
}

0 commit comments

Comments
 (0)