diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md new file mode 100644 index 000000000..3db54fab9 --- /dev/null +++ b/packages/switch/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2019-10-23) + + +### Features + +* **switch:** component to toggle a property on or off ([8e43602](https://github.com/ing-bank/lion/commit/8e43602)) diff --git a/packages/switch/package.json b/packages/switch/package.json index 671b620f0..c4eea1801 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.0.1", + "version": "0.1.0", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",