From f1990c1b9810ae1b0429f41b35132e6c1c962734 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 9 Jul 2019 19:19:57 -0400 Subject: [PATCH] chore(release): 0.9.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de9e8344..a96c29f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.9.1](https://github.com/remarkablemark/html-react-parser/compare/v0.9.0...v0.9.1) (2019-07-09) + + +### Build System + +* replace `webpack` with `rollup` in order to optimize bundle ([a04ef27](https://github.com/remarkablemark/html-react-parser/commit/a04ef27)) +* **index:** fix rollup error of mixing named and default exports ([230de70](https://github.com/remarkablemark/html-react-parser/commit/230de70)) + + + ## [0.9.0](https://github.com/remarkablemark/html-react-parser/compare/v0.8.1...v0.9.0) (2019-07-09) diff --git a/package.json b/package.json index 1e0d22b1..1daf9569 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.9.0", + "version": "0.9.1", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",