Skip to content

Commit d85165c

Browse files
Bump version and changelog updates
1 parent 7b4871d commit d85165c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
# [1.1.0](https://github.com/andrewhathaway/Winterfell/releases/tag/1.1.0) (2016-11-25)
4+
5+
**Fixed bugs:**
6+
7+
- State leaks into prototype/form value sharing [PR](https://github.com/andrewhathaway/Winterfell/pull/77) [Issue](https://github.com/andrewhathaway/Winterfell/issues/76)
8+
- String vs. number mismatch in checkboxOptionsInput type [PR](https://github.com/andrewhathaway/Winterfell/pull/78) [Issue](https://github.com/andrewhathaway/Winterfell/issues/75)
9+
310
# [1.0.9](https://github.com/andrewhathaway/Winterfell/releases/tag/1.0.8) (2016-10-08)
411

512
**Fixed bugs:**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "winterfell",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "Generate complex, validated and extendable JSON-based forms in React",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)