From ed98aa2199594e4c0ce0d115637a3709039adb2a Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Thu, 12 Jul 2018 18:31:31 +0300 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96a331..8507a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. -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). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.0] - 2018-07-12 +- Added locale prop on Card + ## [0.2.1] - 2017-11-16 ### Fixed - Fixed CardTile background size @@ -21,7 +24,8 @@ 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.2.1...HEAD +[Unreleased]: https://github.com/HearthSim/react-hs-components/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/HearthSim/react-hs-components/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/HearthSim/react-hs-components/compare/v0.2.0...v0.2.1 [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 ab3fa4f..6131fc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hs-components", - "version": "0.2.1", + "version": "0.3.0", "module": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/HearthSim/react-hs-components",