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

Commit

Permalink
1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed Apr 25, 2019
1 parent 1f37157 commit 61cce9c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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.14](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.13...v1.0.14) - 2019-04-25

### Merged

- Fix async and callback combo handling [`#166`](https://github.com/netlify/netlify-dev-plugin/pull/166)
- Handle binary request body using buffer: intends to fix #143 [`#145`](https://github.com/netlify/netlify-dev-plugin/pull/145)
- unhide functions command for docs [`#161`](https://github.com/netlify/netlify-dev-plugin/pull/161)
- update log message [`#159`](https://github.com/netlify/netlify-dev-plugin/pull/159)

### Commits

- fix the async and callback combo issue and the reload issue [`f3e7620`](https://github.com/netlify/netlify-dev-plugin/commit/f3e76204e35e582ba6115174589472192edc8311)
- fix function templates from demo [`a02dbf7`](https://github.com/netlify/netlify-dev-plugin/commit/a02dbf758e03159642b7ed480c71d079baa13668)

## [v1.0.13](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.12...v1.0.13) - 2019-04-23

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-dev-plugin",
"description": "Netlify development tools plugin",
"version": "1.0.13",
"version": "1.0.14",
"author": "David Calavera @calavera",
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
"dependencies": {
Expand Down

0 comments on commit 61cce9c

Please sign in to comment.