Skip to content

Commit 5303c00

Browse files
committed
update cfn-custom-response
1 parent e243db5 commit 5303c00

File tree

3 files changed

+35
-13
lines changed

3 files changed

+35
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66

7+
## [1.1.1]  (2019-09-08)
8+
9+
### Changed
10+
11+
- Updated CloudFormation Custom Resource responder library
12+
713
## [1.1.0]  (2019-09-08)
814

915
### Changed
@@ -66,6 +72,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
6672
- Update older libraries
6773
- Now publish from Git tags instead of master pushes
6874

75+
[1.10.1]: https://github.com/manwaring/lambda-wrapper/compare/v1.1.0...v1.1.1
76+
[1.10.0]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.9...v1.1.0
6977
[1.0.9]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.8...v1.0.9
7078
[1.0.8]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.7...v1.0.8
7179
[1.0.7]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.1...v1.0.7

package-lock.json

Lines changed: 25 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@manwaring/lambda-wrapper",
33
"description": "A lambda handler wrapper to abstract common functionality and provide useful defaults",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"scripts": {
66
"publish-please-dry-run": "publish-please --dry-run",
77
"publish-please": "publish-please",
@@ -12,7 +12,7 @@
1212
"codecov": "codecov -f coverage/*.json"
1313
},
1414
"dependencies": {
15-
"cfn-custom-response": "0.0.3"
15+
"cfn-custom-response": "0.0.4"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.6.0",

0 commit comments

Comments
 (0)