Skip to content

Commit 64abac9

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2022-11-08) ### Bug Fixes * avoid logging the same resolved layer multiple times ([#33](#33)) ([33f289f](33f289f))
1 parent 33f289f commit 64abac9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.2](https://github.com/mooyoul/serverless-latest-layer-version/compare/v2.1.1...v2.1.2) (2022-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid logging the same resolved layer multiple times ([#33](https://github.com/mooyoul/serverless-latest-layer-version/issues/33)) ([33f289f](https://github.com/mooyoul/serverless-latest-layer-version/commit/33f289f1a7902cc8420c63d2f88df9060cfa2476))
7+
18
## [2.1.1](https://github.com/mooyoul/serverless-latest-layer-version/compare/v2.1.0...v2.1.1) (2020-09-20)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-latest-layer-version",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A serverless plugin that replaces 'latest' version tag to actual lambda layer version",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)