diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d99cb..dfff7e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog + +## 1.0.1 (2019-06-03) + +### Fixed + +- 🐛 Filter props to forward to intrinsic elements, and avoid React warnings. (fix [#2](https://github.com/mathieutu/classed-components/issues/2)) [[4098c7b](https://github.com/mathieutu/classed-components/commit/4098c7be43cca1c64992b23ac41d48f83007892d)] + +### Miscellaneous + +- 📝 Add thanks section to readme. [[63bc9ba](https://github.com/mathieutu/classed-components/commit/63bc9ba2fbb6e98fe44682dcbcb0d134d5a76b76)] + + ## 1.0.0 (2019-05-21) diff --git a/package.json b/package.json index a8b986b..0d5f919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classed-components", - "version": "1.0.0", + "version": "1.0.1", "description": "CSS Classes for the component age. Apply your Css with the power of Javascript.", "keywords": [ "classNames",