Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
  • Loading branch information
aknuds1 committed Sep 16, 2021
1 parent c2f7c53 commit 18ddc40
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Change Log

## Master/Unreleased

## [v1.4.6](https://github.com/aknuds1/html-to-react/tree/v1.4.6)

- Handle boolean attributes differing from React's representation [\#132](https://github.com/aknuds1/html-to-react/pull/132) ([aknuds1](https://github.com/aknuds1))

## [v1.4.5](https://github.com/aknuds1/html-to-react/tree/v1.4.5)

- Add support for React 17 [\#120\(https://github.com/aknuds1/html-to-react/pull/120) ([rexxars](https://github.com/rexxars))

## [v1.4.4](https://github.com/aknuds1/html-to-react/tree/v1.4.4)

- Upgrade htmlparser2 to v5

## [v1.4.3](https://github.com/aknuds1/html-to-react/tree/v1.4.3)

- Handle non-boolean empty element attributes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-to-react",
"version": "1.4.5",
"version": "1.4.6",
"description": "A lightweight library that converts raw HTML to a React DOM structure.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 18ddc40

Please sign in to comment.