Skip to content

Commit

Permalink
0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Apr 19, 2019
1 parent 0f22659 commit a5e7524
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-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

### Merged
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/open-api",
"description": "Netlify's open-api definition as a module",
"version": "0.11.3",
"version": "0.11.4",
"author": "Netlify",
"bugs": {
"url": "https://github.com/netlify/open-api/issues"
Expand Down
2 changes: 1 addition & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: 0.11.3
version: 0.11.4
title: Netlify's API definition
securityDefinitions:
netlifyAuth:
Expand Down

0 comments on commit a5e7524

Please sign in to comment.