diff --git a/CHANGES.md b/CHANGES.md index 19e29cd..df401fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ -Added ES6 modules build in `es6/` +# 1.0.1 / 2016-01-02 + +Added ES6 modules build in `es6/`. # 1.0.0 / 2015-11-15 diff --git a/package.json b/package.json index c369b39..84d6668 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-gridforms", "description": "React components for form layout with Gridforms", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "homepage": "https://github.com/insin/react-gridforms", "license": "MIT",