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

Commit 971973d

Browse files
author
sw-yx
committed
1.0.18
1 parent e2c36cc commit 971973d

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.18](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.17...v1.0.18) - 2019-05-08
11+
12+
### Merged
13+
14+
- update serve-functions to watch all files in functions folder, fixes #167 [`#171`](https://github.com/netlify/netlify-dev-plugin/pull/171)
15+
- Add Middleman detector [`#172`](https://github.com/netlify/netlify-dev-plugin/pull/172)
16+
17+
### Commits
18+
19+
- prettify [`e2c36cc`](https://github.com/netlify/netlify-dev-plugin/commit/e2c36ccb07f7113a6585144d44cd24554375071a)
20+
- remove build from env vars message in function templates [`008575b`](https://github.com/netlify/netlify-dev-plugin/commit/008575bfb67bd2e1f42f8b4008b761c45792a3a7)
21+
1022
## [v1.0.17](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.16...v1.0.17) - 2019-05-06
1123

1224
### Merged
@@ -19,8 +31,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1931

2032
### Commits
2133

34+
- update serve-functions to watch all files in functions folder [`a706084`](https://github.com/netlify/netlify-dev-plugin/commit/a7060849faa5611e81acb454a868f367c655b9ef)
35+
- Add Middleman detector [`340a442`](https://github.com/netlify/netlify-dev-plugin/commit/340a44291c7bc21b3c52609434580c44d77e1c2d)
2236
- Update index.js [`13cb5a0`](https://github.com/netlify/netlify-dev-plugin/commit/13cb5a012940b7819bbae5f51e6a587bb1dd8cc9)
23-
- Update detect-server.js [`3760e23`](https://github.com/netlify/netlify-dev-plugin/commit/3760e2362b0a54c5181570503544e2a3c938bb5a)
2437

2538
## [v1.0.16](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.15...v1.0.16) - 2019-04-29
2639

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

0 commit comments

Comments
 (0)