Skip to content

Commit af7f43b

Browse files
committed
0.16.1
1 parent b192cff commit af7f43b

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v0.16.1](https://github.com/netlify/open-api/compare/v0.16.0...v0.16.1) - 2020-09-24
11+
12+
### Merged
13+
14+
- chore: regenerate go client [`#259`](https://github.com/netlify/open-api/pull/259)
15+
- Fix service instance swagger definition [`#258`](https://github.com/netlify/open-api/pull/258)
16+
- Bump node-fetch from 2.6.0 to 2.6.1 [`#255`](https://github.com/netlify/open-api/pull/255)
17+
- Remove unused AppVeyor build shield. [`#253`](https://github.com/netlify/open-api/pull/253)
18+
- Test CI on Node 14 [`#251`](https://github.com/netlify/open-api/pull/251)
19+
20+
### Fixed
21+
22+
- Update README.md [`#252`](https://github.com/netlify/open-api/issues/252)
23+
24+
### Commits
25+
26+
- chore: generate go client [`3a3fe90`](https://github.com/netlify/open-api/commit/3a3fe905f0a683c5370453c1efd4edd6e2f6423e)
27+
- Fix service instance path [`39c3a1a`](https://github.com/netlify/open-api/commit/39c3a1a8b9f424e2221adc48c0d47d0342c542ae)
28+
1029
## [v0.16.0](https://github.com/netlify/open-api/compare/v0.15.0...v0.16.0) - 2020-08-20
1130

1231
### 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.16.0",
4+
"version": "0.16.1",
55
"author": "Netlify",
66
"ava": {
77
"files": [

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.16.0
3+
version: 0.16.1
44
title: Netlify's API documentation
55
description: >-
66
Netlify is a hosting service for the programmable web. It understands your

0 commit comments

Comments
 (0)