diff --git a/CHANGELOG.md b/CHANGELOG.md index cccb39a..4542360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2020-12-27 + +- **docs:** fix `HeadingDefaultElement` references +- **docs:** fix ref forwarding example + ## [1.0.2] - 2020-12-27 ### Changed @@ -27,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `PolymorphicPropsWithoutRef` and `PolymorphicPropsWithRef` types for appending `as` to component props - `PolymorphicForwardRefExoticComponent`, `PolymorphicMemoExoticComponent` and `PolymorphicLazyExoticComponent` types to support exotic components -[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...HEAD +[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/kripod/react-polymorphic-types/releases/tag/v1.0.0 diff --git a/package.json b/package.json index e4f8727..ad32978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-polymorphic-types", - "version": "1.0.2", + "version": "1.0.3", "description": "Zero-runtime polymorphic component definitions for React", "keywords": [ "react",