diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a5555..478214d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.0] - 2017-11-16 ### Added - Added CardTile skeleton for null props @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Added CardTile flashing whenever the number changes -[Unreleased]: https://github.com/HearthSim/react-hs-components/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/HearthSim/react-hs-components/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/HearthSim/react-hs-components/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/HearthSim/react-hs-components/compare/v0.0.6...v0.1.0 diff --git a/package.json b/package.json index 0583158..701b35b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hs-components", - "version": "0.1.0", + "version": "0.2.0", "module": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/HearthSim/react-hs-components",