Skip to content

Commit

Permalink
Bump version and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhathaway committed Oct 8, 2016
1 parent 20f29a8 commit 24e515e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

# [1.0.9](https://github.com/andrewhathaway/Winterfell/releases/tag/1.0.8) (2016-10-08)

**Fixed bugs:**

- `React.findDOMNode` is not a function on Submit [PR](https://github.com/andrewhathaway/Winterfell/pull/68) [Issue](https://github.com/andrewhathaway/Winterfell/issues/66)

# [1.0.8](https://github.com/andrewhathaway/Winterfell/releases/tag/1.0.8) (2016-07-26)

**Fixed bugs:**
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": "winterfell",
"version": "1.0.8",
"version": "1.0.9",
"description": "Generate complex, validated and extendable JSON-based forms in React",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 24e515e

Please sign in to comment.