Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

28 lines (14 loc) · 1.92 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2020-04-02)

Features

  • clean empty arrays and objects from the task def file (#52) (e64c8a6)

1.1.0 (2020-03-05)

Features

  • add option to specify number of minutes to wait for deployment to complete (#37) (27c64c3), closes #33

1.0.3 (2020-02-06)

1.0.2 (2020-02-06)

Bug Fixes

  • Ignore task definition fields that are Describe outputs, but not Register inputs (70d7e5a), closes #22
  • Match package version to current tag version (2c12fa8)
  • Reduce error debugging (7a9b7f7)