diff --git a/CHANGELOG.md b/CHANGELOG.md index 219afb5..e693fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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.10](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.9...v1.0.10) - 2019-04-16 + +### Merged + +- Extract serveFunctions from ZISI [`#122`](https://github.com/netlify/netlify-dev-plugin/pull/122) + +### Commits + +- move serveFunctions into netlify dev plugin from ZISI [`27da118`](https://github.com/netlify/netlify-dev-plugin/commit/27da1184d35f2ecc2f4c8af9fa3c74ea86009baf) +- add finders.js [`f6fbb9c`](https://github.com/netlify/netlify-dev-plugin/commit/f6fbb9cfd80a113ca303e6d2a4b4d1f5ee213d76) +- add graphql rest wrapper and remove chuck norris api [`70ebded`](https://github.com/netlify/netlify-dev-plugin/commit/70ebded7b72956e164fc58c31670e6bfe7ccd3d1) + ## [v1.0.9](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.7...v1.0.9) - 2019-04-10 ### Merged diff --git a/package-lock.json b/package-lock.json index cd835c4..f8bbed1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-dev-plugin", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ce6cc8a..6aa2362 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-dev-plugin", "description": "Netlify development tools plugin", - "version": "1.0.9", + "version": "1.0.10", "author": "David Calavera @calavera", "bugs": "https://github.com/netlify/netlify-dev-plugin/issues", "dependencies": {