Skip to content

Commit 9239d98

Browse files
committed
1.11.0
1 parent b187e3b commit 9239d98

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
### Changelog
22

3+
#### [1.11.0](https://github.com/unbounce/iidy/compare/v1.10.0...v1.11.0)
4+
5+
9 January 2020
6+
7+
- PR #235 by @tavisrudd - implement 145: display resource creation times
8+
- PR #243 by @tavisrudd - fix issue #238: partial writes to stdout when piping render output
9+
- PR #237 by @tavisrudd - Create CODE_OF_CONDUCT.md
10+
- PR #240 by @dannosaur - #239 fix invalid refs when node objects are duplicated within the template
11+
- PR #242 by @jpb - Support cross account template approval requests
12+
- PR #232 by @tavisrudd - update build deps, improve `make prepare_release`, implement new changelog generator
13+
- PR #233 by @tavisrudd - fix 228 and 105 double processing of refs in custom template Props
14+
- PR #234 by @tavisrudd - remove references to yarn
15+
- PR #231 by @kalupa - Add support for .nvmrc for node versioning
16+
- PR #230 by @tavisrudd - disable autochangelog for now
17+
- PR #229 by @tavisrudd - bump laundry to v1.5.0
18+
- PR #227 by @tavisrudd - fix #178: shasum filehash portability
19+
- PR #226 by @tavisrudd - add test for tojsonPretty handlebars function
20+
- PR #221 by @tavisrudd - misc error message improvements
21+
- PR #225 by @tavisrudd - fix #213: bug in resource node preprocessing
22+
- PR #224 by @dannosaur - [#223] fix issue with $merge syntax in Resources
23+
- PR #222 by @tavisrudd - add --color cli option
24+
325
#### [1.10.0](https://github.com/unbounce/iidy/compare/v1.9.0...v1.10.0)
426

527
> 6 December 2019

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": "iidy",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "A tool for working with CloudFormation and yaml templates.",
55
"main": "lib/cli.js",
66
"bin": "bin/iidy",

0 commit comments

Comments
 (0)