diff --git a/CHANGELOG.md b/CHANGELOG.md index e693fa7..290eea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v1.0.11](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.10...v1.0.11) - 2019-04-16 + +### Merged + +- remove --functions flag in `netlify functions:create` [`#123`](https://github.com/netlify/netlify-dev-plugin/pull/123) +- gracefully handle bad function responses [`#124`](https://github.com/netlify/netlify-dev-plugin/pull/124) +- make `npm run test` script actually work - fix all eslint issues [`#125`](https://github.com/netlify/netlify-dev-plugin/pull/125) + +### Commits + +- make tests actually work [`3ed5438`](https://github.com/netlify/netlify-dev-plugin/commit/3ed5438db9b92bf92b7edf96c463464a4f3e127e) +- bump ZISI version [`a28403f`](https://github.com/netlify/netlify-dev-plugin/commit/a28403f65008807b9a92abc42611133cfc163f25) +- fix phil bug [`dd092bd`](https://github.com/netlify/netlify-dev-plugin/commit/dd092bdfd33927714bc082e60dc56680ca739a18) + ## [v1.0.10](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.9...v1.0.10) - 2019-04-16 ### Merged diff --git a/package-lock.json b/package-lock.json index e45ffbe..6873f5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-dev-plugin", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb3c679..c86c93c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-dev-plugin", "description": "Netlify development tools plugin", - "version": "1.0.10", + "version": "1.0.11", "author": "David Calavera @calavera", "bugs": "https://github.com/netlify/netlify-dev-plugin/issues", "dependencies": {