Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 48d7d34

Browse files
author
sw-yx
committed
1.0.10
1 parent b37920a commit 48d7d34

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v1.0.10](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.9...v1.0.10) - 2019-04-16
11+
12+
### Merged
13+
14+
- Extract serveFunctions from ZISI [`#122`](https://github.com/netlify/netlify-dev-plugin/pull/122)
15+
16+
### Commits
17+
18+
- move serveFunctions into netlify dev plugin from ZISI [`27da118`](https://github.com/netlify/netlify-dev-plugin/commit/27da1184d35f2ecc2f4c8af9fa3c74ea86009baf)
19+
- add finders.js [`f6fbb9c`](https://github.com/netlify/netlify-dev-plugin/commit/f6fbb9cfd80a113ca303e6d2a4b4d1f5ee213d76)
20+
- add graphql rest wrapper and remove chuck norris api [`70ebded`](https://github.com/netlify/netlify-dev-plugin/commit/70ebded7b72956e164fc58c31670e6bfe7ccd3d1)
21+
1022
## [v1.0.9](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.7...v1.0.9) - 2019-04-10
1123

1224
### Merged

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-dev-plugin",
33
"description": "Netlify development tools plugin",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"author": "David Calavera @calavera",
66
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)