@netlify/open-api
Advanced tools
Comparing version 0.11.3 to 0.11.4
@@ -10,2 +10,14 @@ # Changelog | ||
## [v0.11.4](https://github.com/netlify/open-api/compare/v0.11.3...v0.11.4) - 2019-04-19 | ||
### Merged | ||
- Fix text error bug [`#156`](https://github.com/netlify/open-api/pull/156) | ||
- Fix function comments based on best practices from Effective Go [`#157`](https://github.com/netlify/open-api/pull/157) | ||
### Commits | ||
- Add error response test and update runtime [`7d03426`](https://github.com/netlify/open-api/commit/7d034267826daeeed10383dceb514c223ef264f3) | ||
- Style [`03ec071`](https://github.com/netlify/open-api/commit/03ec071768cf1dbe1812548a8b7d5a8570023c78) | ||
## [v0.11.3](https://github.com/netlify/open-api/compare/v0.11.2...v0.11.3) - 2019-03-07 | ||
@@ -12,0 +24,0 @@ |
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"title": "Netlify's API definition" | ||
@@ -6,0 +6,0 @@ }, |
{ | ||
"name": "@netlify/open-api", | ||
"description": "Netlify's open-api definition as a module", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"author": "Netlify", | ||
@@ -6,0 +6,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
133042