diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6a01315..5ae1a9faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ + +## 0.10.19 (2017-08-31) + +* chore: upgrade deps (#579) ([1a379e9](https://github.com/bustle/mobiledoc-kit/commit/1a379e9)) +* chore(ci): use chrome at travis (#577) ([c33b804](https://github.com/bustle/mobiledoc-kit/commit/c33b804)) +* chore(ci): use travis sauce_connect addon (#578) ([2338b25](https://github.com/bustle/mobiledoc-kit/commit/2338b25)) +* fix: Fix non-printable keys in firefox (#575) ([b47f6d9](https://github.com/bustle/mobiledoc-kit/commit/b47f6d9)), closes [#575](https://github.com/bustle/mobiledoc-kit/issues/575) + + + ## 0.10.18 (2017-08-17) +* v0.10.18 ([4a56c90](https://github.com/bustle/mobiledoc-kit/commit/4a56c90)) * fix(disableEditing): Disable event manager when editing is disabled (#573) ([64c7f6c](https://github.com/bustle/mobiledoc-kit/commit/64c7f6c)), closes [#572](https://github.com/bustle/mobiledoc-kit/issues/572) diff --git a/package.json b/package.json index 15ce42d5a..0e7a8aaff 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "mobiledoc-kit", - "version": "0.10.18", + "version": "0.10.19", "description": "A toolkit for building WYSIWYG editors with Mobiledoc", "repository": "https://github.com/bustle/mobiledoc-kit", "scripts": { "start": "broccoli serve --host 0.0.0.0", "test:ci": "PATH=node_modules/phantomjs-prebuilt/bin/:$PATH npm run build:docs && npm run build && testem ci -f testem-ci.json", - "test": "PATH=node_modules/phantomjs-prebuilt/bin/:$PATH npm run build:docs && npm run build && testem ci -f testem.json", + "test": "npm run build:docs && npm run build && testem ci -f testem.json", "build": "rm -rf dist && broccoli build dist", "build:docs": "jsdoc -c ./.jsdoc", "build:website": "npm run build && npm run build:docs && ./bin/build-website.sh",