Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Jul 13, 2018
1 parent 055609a commit ed98aa2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ed98aa2

Please sign in to comment.