diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index 3a78d5394..8e0799e88 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.20](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.19...@lion/steps@0.1.20) (2019-11-01) + + +### Bug Fixes + +* **steps:** do not throw if there is no step ([332c167](https://github.com/ing-bank/lion/commit/332c167)) + + + + + ## [0.1.19](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.18...@lion/steps@0.1.19) (2019-11-01) diff --git a/packages/steps/package.json b/packages/steps/package.json index 659a35eac..3244d8026 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.1.19", + "version": "0.1.20", "description": "Breaks a single goal down into dependable sub-tasks.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",