From 6545d46d685e0286753515fa9e7a9851b0522fee Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 18 Apr 2021 13:50:39 -0400 Subject: [PATCH] chore(release): 1.2.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf48d2b..af74c2c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.2.6](https://github.com/remarkablemark/html-react-parser/compare/v1.2.5...v1.2.6) (2021-04-18) + + +### Bug Fixes + +* **attributes-to-props:** correct attributes-to-props type `Props` ([1bd1824](https://github.com/remarkablemark/html-react-parser/commit/1bd182464773e39cf1865f48231ad55df95d42f9)), closes [#242](https://github.com/remarkablemark/html-react-parser/issues/242) + ## [1.2.5](https://github.com/remarkablemark/html-react-parser/compare/v1.2.4...v1.2.5) (2021-04-13) ### Bug Fixes diff --git a/package.json b/package.json index d779c946..ea8864df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "1.2.5", + "version": "1.2.6", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",