diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index cafeb5021..3a78d5394 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.19](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.18...@lion/steps@0.1.19) (2019-11-01) + + +### Bug Fixes + +* **steps:** fire enter event for initial step ([a05b52e](https://github.com/ing-bank/lion/commit/a05b52e)) + + + + + ## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.17...@lion/steps@0.1.18) (2019-10-24) diff --git a/packages/steps/package.json b/packages/steps/package.json index 93e5753f2..659a35eac 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.1.18", + "version": "0.1.19", "description": "Breaks a single goal down into dependable sub-tasks.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",