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

Commit 06178b0

Browse files
author
sw-yx
committed
1.0.11
1 parent f9d3e87 commit 06178b0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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.11](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.10...v1.0.11) - 2019-04-16
11+
12+
### Merged
13+
14+
- remove --functions flag in `netlify functions:create` [`#123`](https://github.com/netlify/netlify-dev-plugin/pull/123)
15+
- gracefully handle bad function responses [`#124`](https://github.com/netlify/netlify-dev-plugin/pull/124)
16+
- make `npm run test` script actually work - fix all eslint issues [`#125`](https://github.com/netlify/netlify-dev-plugin/pull/125)
17+
18+
### Commits
19+
20+
- make tests actually work [`3ed5438`](https://github.com/netlify/netlify-dev-plugin/commit/3ed5438db9b92bf92b7edf96c463464a4f3e127e)
21+
- bump ZISI version [`a28403f`](https://github.com/netlify/netlify-dev-plugin/commit/a28403f65008807b9a92abc42611133cfc163f25)
22+
- fix phil bug [`dd092bd`](https://github.com/netlify/netlify-dev-plugin/commit/dd092bdfd33927714bc082e60dc56680ca739a18)
23+
1024
## [v1.0.10](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.9...v1.0.10) - 2019-04-16
1125

1226
### 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.10",
4+
"version": "1.0.11",
55
"author": "David Calavera @calavera",
66
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)