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

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed Apr 16, 2019
1 parent f9d3e87 commit 06178b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 06178b0

Please sign in to comment.