diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4a5a0..4cdb212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [3.0.3] + ### Fixed - Constructor of `NovaEditorJsData` now accepts null values and non-iterables. - PHPDoc return type of `NovaEditorJsData::toHtml()`. @@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 For older changes before v2.0.0, please see the [releases page](https://github.com/advoor/nova-editor-js/releases). -[unreleased]: https://github.com/advoor/nova-editor-js/compare/v3.0.2..master +[unreleased]: https://github.com/advoor/nova-editor-js/compare/v3.0.3..master +[3.0.3]: https://github.com/advoor/nova-editor-js/releases/v3.0.2 [3.0.2]: https://github.com/advoor/nova-editor-js/releases/v3.0.2 [3.0.1]: https://github.com/advoor/nova-editor-js/releases/v3.0.1 [3.0.0]: https://github.com/advoor/nova-editor-js/releases/v3.0.0