File tree 13 files changed +68
-11
lines changed
13 files changed +68
-11
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.1] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.8.0...v0.8.1 ) (2022-04-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** logger:** change logging to use stdout ([ #748 ] ( https://github.com/awslabs/aws-lambda-powertools-typescript/issues/748 ) ) ([ 0781a47] ( https://github.com/awslabs/aws-lambda-powertools-typescript/commit/0781a479a6ae3c794f94c72b59cd0920073159a2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
18
8
19
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.1] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.8.0...v0.8.1 ) (2022-04-14)
7
+
8
+ ** Note:** Version bump only for package cdk-app
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
15
8
16
** Note:** Version bump only for package cdk-app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cdk-app" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"bin" : {
5
5
"cdk-app" : " bin/cdk-app.js"
6
6
},
Original file line number Diff line number Diff line change 3
3
" packages/*" ,
4
4
" examples/cdk"
5
5
],
6
- "version" : " 0.8.0 " ,
6
+ "version" : " 0.8.1 " ,
7
7
"npmClient" : " npm" ,
8
8
"message" : " chore(release): %s [skip ci]"
9
9
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.1] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.8.0...v0.8.1 ) (2022-04-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** logger:** change logging to use stdout ([ #748 ] ( https://github.com/awslabs/aws-lambda-powertools-typescript/issues/748 ) ) ([ 0781a47] ( https://github.com/awslabs/aws-lambda-powertools-typescript/commit/0781a479a6ae3c794f94c72b59cd0920073159a2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
18
8
19
** Note:** Version bump only for package @aws-lambda-powertools/commons
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/commons" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " A shared utility package for AWS Lambda Powertools for TypeScript libraries" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.1] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.8.0...v0.8.1 ) (2022-04-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** logger:** change logging to use stdout ([ #748 ] ( https://github.com/awslabs/aws-lambda-powertools-typescript/issues/748 ) ) ([ 0781a47] ( https://github.com/awslabs/aws-lambda-powertools-typescript/commit/0781a479a6ae3c794f94c72b59cd0920073159a2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
18
8
19
** Note:** Version bump only for package @aws-lambda-powertools/logger
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/logger" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " The logging package for the AWS Lambda Powertools for TypeScript library" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
61
61
"url" : " https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
62
62
},
63
63
"dependencies" : {
64
- "@aws-lambda-powertools/commons" : " ^0.8.0 " ,
64
+ "@aws-lambda-powertools/commons" : " ^0.8.1 " ,
65
65
"lodash.clonedeep" : " ^4.5.0" ,
66
66
"lodash.merge" : " ^4.6.2" ,
67
67
"lodash.pickby" : " ^4.6.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.1] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.8.0...v0.8.1 ) (2022-04-14)
7
+
8
+ ** Note:** Version bump only for package @aws-lambda-powertools/metrics
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
15
8
16
** Note:** Version bump only for package @aws-lambda-powertools/metrics
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/metrics" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " The metrics package for the AWS Lambda Powertools for TypeScript library" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
67
67
"url" : " https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
68
68
},
69
69
"dependencies" : {
70
- "@aws-lambda-powertools/commons" : " ^0.8.0 "
70
+ "@aws-lambda-powertools/commons" : " ^0.8.1 "
71
71
}
72
72
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.1] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.8.0...v0.8.1 ) (2022-04-14)
7
+
8
+ ** Note:** Version bump only for package @aws-lambda-powertools/tracer
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/tracer" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " The tracer package for the AWS Lambda Powertools for TypeScript library" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
46
46
"url" : " https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
47
47
},
48
48
"dependencies" : {
49
- "@aws-lambda-powertools/commons" : " ^0.8.0 " ,
49
+ "@aws-lambda-powertools/commons" : " ^0.8.1 " ,
50
50
"aws-xray-sdk-core" : " ^3.3.4"
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments