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

Commit 61cce9c

Browse files
author
sw-yx
committed
1.0.14
1 parent 1f37157 commit 61cce9c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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.14](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.13...v1.0.14) - 2019-04-25
11+
12+
### Merged
13+
14+
- Fix async and callback combo handling [`#166`](https://github.com/netlify/netlify-dev-plugin/pull/166)
15+
- Handle binary request body using buffer: intends to fix #143 [`#145`](https://github.com/netlify/netlify-dev-plugin/pull/145)
16+
- unhide functions command for docs [`#161`](https://github.com/netlify/netlify-dev-plugin/pull/161)
17+
- update log message [`#159`](https://github.com/netlify/netlify-dev-plugin/pull/159)
18+
19+
### Commits
20+
21+
- fix the async and callback combo issue and the reload issue [`f3e7620`](https://github.com/netlify/netlify-dev-plugin/commit/f3e76204e35e582ba6115174589472192edc8311)
22+
- fix function templates from demo [`a02dbf7`](https://github.com/netlify/netlify-dev-plugin/commit/a02dbf758e03159642b7ed480c71d079baa13668)
23+
1024
## [v1.0.13](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.12...v1.0.13) - 2019-04-23
1125

1226
### Merged
@@ -18,7 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1832

1933
- add identity event triggered functions [`7703e4d`](https://github.com/netlify/netlify-dev-plugin/commit/7703e4dcd118a8286153e116897e5abb0c8f21dc)
2034
- add hasura event trigger template [`08cfeaa`](https://github.com/netlify/netlify-dev-plugin/commit/08cfeaa475b020316f75ad00e98e29998f9d5a44)
21-
- readme [`c70f0ed`](https://github.com/netlify/netlify-dev-plugin/commit/c70f0ede758781365b526334014f7a56ea9f1e5c)
35+
- handle binary uploads using buffer [`ff8817e`](https://github.com/netlify/netlify-dev-plugin/commit/ff8817edc48efb4f298b4f92a108708eb349048c)
2236

2337
## [v1.0.12](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.11...v1.0.12) - 2019-04-18
2438

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

0 commit comments

Comments
 (0)