Skip to content

Commit

Permalink
chore: release v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Dec 3, 2021
1 parent e03b0ac commit 296ab1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/render-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [6.3.1](https://github.com/meliorence/react-native-render-html/compare/v6.3.0...v6.3.1) (2021-12-03)


### Bug Fixes

* bold style not applied to `<b>` tags ([7bd5045](https://github.com/meliorence/react-native-render-html/commit/7bd5045bd6458681e7e6d875cb89c9ee67f8c402)), closes [#539](https://github.com/meliorence/react-native-render-html/issues/539)
* wrong prop reference in warning message ([e03b0ac](https://github.com/meliorence/react-native-render-html/commit/e03b0acda71ac305f983d252875e34f035d605c0)), closes [#541](https://github.com/meliorence/react-native-render-html/issues/541)

# [6.3.0](https://github.com/meliorence/react-native-render-html/compare/v6.2.0...v6.3.0) (2021-11-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/render-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-render-html",
"version": "6.3.0",
"version": "6.3.1",
"author": "Meliorence <contact@meliorence.com> (github.com/meliorence)",
"license": "BSD-2-Clause",
"description": "The hackable, full-featured Open Source HTML rendering solution for React Native.",
Expand Down

0 comments on commit 296ab1c

Please sign in to comment.