Skip to content

Commit 103a3a1

Browse files
chore(release): v1.4.1 [skip ci]
1 parent a979202 commit 103a3a1

19 files changed

+166
-96
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+
## [1.4.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.0...v1.4.1) (2022-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **metrics:** store service name in defaultDimensions to avoid clearing it ([#1146](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1146)) ([a979202](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/a979202ae0563f8ce00dee98bbf15d0bcfcfd3cc))
12+
13+
14+
15+
16+
617
# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)
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+
## [1.4.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.0...v1.4.1) (2022-11-09)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)
715

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

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

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

Diff for: examples/cdk/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -39,9 +39,9 @@
3939
"typescript": "^4.1.3"
4040
},
4141
"dependencies": {
42-
"@aws-lambda-powertools/logger": "^1.3.0",
43-
"@aws-lambda-powertools/metrics": "^1.3.0",
44-
"@aws-lambda-powertools/tracer": "^1.3.0",
42+
"@aws-lambda-powertools/logger": "^1.4.0",
43+
"@aws-lambda-powertools/metrics": "^1.4.0",
44+
"@aws-lambda-powertools/tracer": "^1.4.0",
4545
"@aws-sdk/client-sts": "^3.53.0",
4646
"@middy/core": "^2.5.6",
4747
"@types/aws-lambda": "^8.10.86",
@@ -50,4 +50,4 @@
5050
"constructs": "^10.0.82",
5151
"source-map-support": "^0.5.16"
5252
}
53-
}
53+
}

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.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.0...v1.4.1) (2022-11-09)
7+
8+
**Note:** Version bump only for package sam-example
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -35,9 +35,9 @@
3535
"typescript": "^4.1.3"
3636
},
3737
"dependencies": {
38-
"@aws-lambda-powertools/logger": "^1.3.0",
39-
"@aws-lambda-powertools/metrics": "^1.3.0",
40-
"@aws-lambda-powertools/tracer": "^1.3.0",
38+
"@aws-lambda-powertools/logger": "^1.4.0",
39+
"@aws-lambda-powertools/metrics": "^1.4.0",
40+
"@aws-lambda-powertools/tracer": "^1.4.0",
4141
"aws-sdk": "^2.1122.0"
4242
}
43-
}
43+
}

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

816

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layer-publisher",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"bin": {
55
"layer-publisher": "bin/layer-publisher.js"
66
},
@@ -39,4 +39,4 @@
3939
"source-map-support": "^0.5.16",
4040
"ts-md5": "^1.3.1"
4141
}
42-
}
42+
}

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

0 commit comments

Comments
 (0)