From 18ddc400dcd079f584a5b86a97b6c70bc88a74be Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Thu, 16 Sep 2021 12:49:26 +0200 Subject: [PATCH] Bump version Signed-off-by: Arve Knudsen --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e67b7..14bfcba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 74e47fe..4429a76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-to-react", - "version": "1.4.5", + "version": "1.4.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-to-react", - "version": "1.4.5", + "version": "1.4.6", "license": "MIT", "dependencies": { "domhandler": "^4.0", diff --git a/package.json b/package.json index 938835b..fc3f70b 100644 --- a/package.json +++ b/package.json @@ -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": {