Skip to content

Commit

Permalink
Merge pull request #389 from remarkablemark/release-v1.4.3
Browse files Browse the repository at this point in the history
chore: release 1.4.3
  • Loading branch information
remarkablemark authored Dec 13, 2021
2 parents 40d1369 + c247431 commit ec61f9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.2...v1.4.3) (2021-12-13)


### Bug Fixes

* **attributes-to-props:** convert attrib to uncontrolled component prop ([6786046](https://www.github.com/remarkablemark/html-react-parser/commit/67860462486e5434a26aeb9850ba5ed6a61c8f89)), closes [#321](https://www.github.com/remarkablemark/html-react-parser/issues/321)

## [1.4.2](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.1...v1.4.2) (2021-12-06)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
"version": "1.4.2",
"version": "1.4.3",
"description": "HTML to React parser.",
"author": "Mark <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit ec61f9e

Please sign in to comment.