Skip to content

Commit

Permalink
Bump version to 1.0.6 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhathaway committed Jan 4, 2016
1 parent 471f3d7 commit 3712e01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Change Log


# [1.0.6](https://github.com/andrewhathaway/Winterfell/releases/tag/1.0.6) (2016-01-02)

**Implemented enhancements & merged pull requests:**

- Add label/input associations for accessibility. [PR](https://github.com/andrewhathaway/Winterfell/pull/42)
- Implement fixes recommended by react-a11y. [PR](https://github.com/andrewhathaway/Winterfell/pull/48)


**Fixed bugs:**

- Fixed typo in JSON Schema example in README. [Commit](https://github.com/andrewhathaway/Winterfell/commit/c63da73dc95c9f6fb1d418a582813165f5882378)
- Fix validation check in `addInputTypes` to actually check the variable passed in. [Commit](https://github.com/andrewhathaway/Winterfell/commit/196609ee640deac5491dbb7ebcb9562072b7f459) [PR](https://github.com/andrewhathaway/Winterfell/pull/47)


## [1.0.5](https://github.com/andrewhathaway/Winterfell/releases/tag/1.0.5) (2015-10-08)

**Implemented enhancements & merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "winterfell",
"version": "1.0.5",
"version": "1.0.6",
"description": "Generate complex, validated and extendable JSON-based forms in React",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3712e01

Please sign in to comment.