diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md new file mode 100644 index 000000000..518ab13ee --- /dev/null +++ b/packages/input-range/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-12-16) + + +### Features + +* **input-range:** create input-range component ([d81e5ea](https://github.com/ing-bank/lion/commit/d81e5ea5477a4f6e5160830a5d9b81a9d1abbd6b)) diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 04bf62fa1..0d60ec36d 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.0.0", + "version": "0.1.0", "description": "Provide a way for users to select one value from a range of values", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",