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

Commit

Permalink
1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed May 9, 2019
1 parent 758315d commit b451258
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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.19](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.18...v1.0.19) - 2019-05-09

### Merged

- Use `existsSync` instead of `hasRequiredFiles` (fixes #177) [`#178`](https://github.com/netlify/netlify-dev-plugin/pull/178)

### Fixed

- Use existsSync instead of hasRequiredFiles (resolves #177) [`#177`](https://github.com/netlify/netlify-dev-plugin/issues/177)

## [v1.0.18](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.17...v1.0.18) - 2019-05-08

### 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.18",
"version": "1.0.19",
"author": "David Calavera @calavera",
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
"dependencies": {
Expand Down

0 comments on commit b451258

Please sign in to comment.