diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f34dc..1608bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.9 / 2017-06-01 +================= + +- Fixed issue [#28](https://github.com/kaivi/riek/issues/28) with RIENumber not working on Firefox + 1.0.8 / 2017-06-01 ================== diff --git a/README.md b/README.md index 2cd65cf..4c539bb 100644 --- a/README.md +++ b/README.md @@ -118,5 +118,6 @@ The build process does not work with Node v6 at the moment: use [Node Version Ma 2. Make your changes 3. Do `npm run build` to compile the lib and demo 4. Open `index.html` and check if it works -5. ??? -6. Submit a pull request +5. Open JS console in browser, set `localStorage.debug = '*'` to see debug messages, add more if necessary +6. ??? +7. Submit a pull request \ No newline at end of file diff --git a/package.json b/package.json index 90b8e82..de6c488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riek", - "version": "1.0.8", + "version": "1.0.9", "description": "React Inline Edit Kit", "author": "Kai Vik ", "license": "MIT",