Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aknuds1 committed Jun 2, 2017
1 parent 8cddc82 commit 15d67cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v1.2.9](https://github.com/aknuds1/html-to-react/tree/v1.2.9)

- Handle `for` attribute

[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.8...v1.2.9)

## [v1.2.8](https://github.com/aknuds1/html-to-react/tree/v1.2.8)

- Handle xmlns:xlink

[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.7...v1.2.8)

**Merged pull requests:**

- Converting for to htmlFor [\#30](https://github.com/aknuds1/html-to-react/pull/30) ([nathanfriemel](https://github.com/nathanfriemel))

## [v1.2.7](https://github.com/aknuds1/html-to-react/tree/v1.2.7)

- Depend directly on domhandler, for compatibility with older Node.js
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-to-react",
"version": "1.2.8",
"version": "1.2.9",
"description": "A lightweight library that converts raw HTML to a React DOM structure.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 15d67cd

Please sign in to comment.