From b45125809c52ed2df49a3b6637f49ac0bc5b0514 Mon Sep 17 00:00:00 2001 From: sw-yx Date: Thu, 9 May 2019 10:24:08 -0400 Subject: [PATCH] 1.0.19 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c85b6e4..cce6f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index a0b8b47..12f83ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-dev-plugin", - "version": "1.0.18", + "version": "1.0.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a0e631..0745369 100644 --- a/package.json +++ b/package.json @@ -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": {