From ecce51c00cc3473e1317ebc223ee6b980aa2503a Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 7 Jun 2020 18:01:36 -0400 Subject: [PATCH] chore(release): 0.13.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31dcb3bf..b6959832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [0.13.0](https://github.com/remarkablemark/html-react-parser/compare/v0.12.0...v0.13.0) (2020-06-07) + + +### Features + +* **dom-to-react:** add option `trim` that skips whitespace nodes ([413eaa0](https://github.com/remarkablemark/html-react-parser/commit/413eaa0)) +* **index:** type `trim` in HTMLReactParserOptions ([be71b13](https://github.com/remarkablemark/html-react-parser/commit/be71b13)) + + + ## [0.12.0](https://github.com/remarkablemark/html-react-parser/compare/v0.11.1...v0.12.0) (2020-06-04) ### Features diff --git a/package.json b/package.json index 331512f1..d754bfd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.12.0", + "version": "0.13.0", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",