Skip to content

Commit ff6fab3

Browse files
committed
Bump version
1 parent ea570b7 commit ff6fab3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v1.3.3](https://github.com/aknuds1/html-to-react/tree/v1.3.3)
4+
5+
- Handle free-standing text nodes in HTML
6+
7+
[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.3.2...v1.3.3)
8+
39
## [v1.3.2](https://github.com/aknuds1/html-to-react/tree/v1.3.2)
410

511
- Handle directives in HTML

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-to-react",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "A lightweight library that converts raw HTML to a React DOM structure.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)