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

Commit 5c1541e

Browse files
author
sw-yx
committed
1.0.1
1 parent f58a6b0 commit 5c1541e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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.1](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.0...v1.0.1) - 2019-04-09
11+
12+
### Merged
13+
14+
- Make sure we don't start the live tunnel before the dev server is running [`#107`](https://github.com/netlify/netlify-dev-plugin/pull/107)
15+
16+
### Fixed
17+
18+
- wrap jsdetect in a check for empty scripts and fix https://github.com/netlify/cli/issues/290 [`#290`](https://github.com/netlify/cli/issues/290)
19+
1020
## [v1.0.0](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.0-beta.0...v1.0.0) - 2019-04-09
1121

1222
### Merged

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "1.0.1",
55
"author": "David Calavera @calavera",
66
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)