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

Commit b451258

Browse files
author
sw-yx
committed
1.0.19
1 parent 758315d commit b451258

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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.19](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.18...v1.0.19) - 2019-05-09
11+
12+
### Merged
13+
14+
- Use `existsSync` instead of `hasRequiredFiles` (fixes #177) [`#178`](https://github.com/netlify/netlify-dev-plugin/pull/178)
15+
16+
### Fixed
17+
18+
- Use existsSync instead of hasRequiredFiles (resolves #177) [`#177`](https://github.com/netlify/netlify-dev-plugin/issues/177)
19+
1020
## [v1.0.18](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.17...v1.0.18) - 2019-05-08
1121

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

0 commit comments

Comments
 (0)