Skip to content

Commit

Permalink
chore(release): v1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2023
1 parent 09fea8f commit 6c7bf23
Show file tree
Hide file tree
Showing 20 changed files with 189 additions and 95 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0) (2023-03-20)


### Bug Fixes

* **docs:** typo in layer arn ([bc5f7c9](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/bc5f7c99e02396223e726962432fc3856a68a29d))


### Features

* **logger:** add silent log level to suppress the emission of all logs ([#1347](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1347)) ([c82939e](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/c82939ebdb82ae596cbad07be397794ee4b69fe5))
* **metrics:** support high resolution metrics ([#1369](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1369)) ([79a321b](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/79a321b199ef51a024dc25b83673baf2eb03de69))
* **parameters:** AppConfigProvider to return the last valid value when the API returns empty value on subsequent calls ([#1365](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1365)) ([97339d9](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/97339d9336ec67568e9e7fd079b3cfe006da1bba))





# [1.6.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.1...v1.6.0) (2023-03-02)


Expand Down
8 changes: 8 additions & 0 deletions examples/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0) (2023-03-20)

**Note:** Version bump only for package cdk-sample





# [1.6.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.1...v1.6.0) (2023-03-02)

**Note:** Version bump only for package cdk-sample
Expand Down
70 changes: 35 additions & 35 deletions examples/cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-sample",
"version": "1.6.0",
"version": "1.7.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -28,9 +28,9 @@
"*.ts": "npm run lint-fix"
},
"devDependencies": {
"@aws-lambda-powertools/logger": "^1.5.1",
"@aws-lambda-powertools/metrics": "^1.5.1",
"@aws-lambda-powertools/tracer": "^1.5.1",
"@aws-lambda-powertools/logger": "^1.6.0",
"@aws-lambda-powertools/metrics": "^1.6.0",
"@aws-lambda-powertools/tracer": "^1.6.0",
"@aws-sdk/lib-dynamodb": "^3.231.0",
"@types/aws-lambda": "^8.10.109",
"@types/jest": "^29.2.4",
Expand All @@ -55,4 +55,4 @@
"phin": "^3.7.0",
"source-map-support": "^0.5.21"
}
}
}
8 changes: 8 additions & 0 deletions examples/sam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0) (2023-03-20)

**Note:** Version bump only for package sam-example





# [1.6.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.1...v1.6.0) (2023-03-02)

**Note:** Version bump only for package sam-example
Expand Down
70 changes: 35 additions & 35 deletions examples/sam/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/sam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sam-example",
"version": "1.6.0",
"version": "1.7.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -39,12 +39,12 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.5.1",
"@aws-lambda-powertools/metrics": "^1.5.1",
"@aws-lambda-powertools/tracer": "^1.5.1",
"@aws-lambda-powertools/logger": "^1.6.0",
"@aws-lambda-powertools/metrics": "^1.6.0",
"@aws-lambda-powertools/tracer": "^1.6.0",
"@aws-sdk/client-dynamodb": "^3.231.0",
"@aws-sdk/lib-dynamodb": "^3.231.0",
"@middy/core": "^3.6.2",
"phin": "^3.7.0"
}
}
}
8 changes: 8 additions & 0 deletions layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0) (2023-03-20)

**Note:** Version bump only for package layers





## [1.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)

**Note:** Version bump only for package layer-publisher
Expand Down
4 changes: 2 additions & 2 deletions layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layers",
"version": "1.6.0",
"version": "1.7.0",
"bin": {
"layer": "bin/layers.js"
},
Expand Down Expand Up @@ -36,4 +36,4 @@
"devDependencies": {
"source-map-support": "^0.5.21"
}
}
}
Loading

0 comments on commit 6c7bf23

Please sign in to comment.