Skip to content

Commit ab5a865

Browse files
committed
Bump version
1 parent 5432f32 commit ab5a865

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [v1.3.1](https://github.com/aknuds1/html-to-react/tree/v1.3.1)
4+
5+
- Handle invalid inline styles
6+
7+
[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.3.0...v1.3.1)
8+
9+
**Merged pull requests:**
10+
11+
- Handle invalid inline styles [\#52](https://github.com/aknuds1/html-to-react/pull/52) ([nickpalmer](https://github.com/nickpalmer))
12+
313
## [v1.3.0](https://github.com/aknuds1/html-to-react/tree/v1.3.0)
414

515
- Upgrade to React 16

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-to-react",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A lightweight library that converts raw HTML to a React DOM structure.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)