Skip to content

Commit a5e7524

Browse files
committed
0.11.4
1 parent 0f22659 commit a5e7524

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
## [v0.11.4](https://github.com/netlify/open-api/compare/v0.11.3...v0.11.4) - 2019-04-19
11+
12+
### Merged
13+
14+
- Fix text error bug [`#156`](https://github.com/netlify/open-api/pull/156)
15+
- Fix function comments based on best practices from Effective Go [`#157`](https://github.com/netlify/open-api/pull/157)
16+
17+
### Commits
18+
19+
- Add error response test and update runtime [`7d03426`](https://github.com/netlify/open-api/commit/7d034267826daeeed10383dceb514c223ef264f3)
20+
- Style [`03ec071`](https://github.com/netlify/open-api/commit/03ec071768cf1dbe1812548a8b7d5a8570023c78)
21+
1022
## [v0.11.3](https://github.com/netlify/open-api/compare/v0.11.2...v0.11.3) - 2019-03-07
1123

1224
### Merged

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/open-api",
33
"description": "Netlify's open-api definition as a module",
4-
"version": "0.11.3",
4+
"version": "0.11.4",
55
"author": "Netlify",
66
"bugs": {
77
"url": "https://github.com/netlify/open-api/issues"

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: "2.0"
22
info:
3-
version: 0.11.3
3+
version: 0.11.4
44
title: Netlify's API definition
55
securityDefinitions:
66
netlifyAuth:

0 commit comments

Comments
 (0)