Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Dec 16, 2019
1 parent 63c8479 commit 133a8c5
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 6 deletions.
48 changes: 45 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,11 +2,53 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [v0.12.0](https://github.com/netlify/open-api/compare/v0.11.4...v0.12.0) - 2019-12-16

### Merged

- Remove `payment_method_id` from accountUpdateSetup [`#169`](https://github.com/netlify/open-api/pull/169)
- Fix options of go generation command [`#205`](https://github.com/netlify/open-api/pull/205)
- Remove obsolete okbody structs [`#206`](https://github.com/netlify/open-api/pull/206)
- Bump js-yaml from 3.12.2 to 3.13.1 [`#203`](https://github.com/netlify/open-api/pull/203)
- Bump lodash from 4.17.11 to 4.17.15 [`#204`](https://github.com/netlify/open-api/pull/204)
- Bump lodash-es from 4.17.11 to 4.17.15 [`#202`](https://github.com/netlify/open-api/pull/202)
- Add CI for the OpenAPI specification and the API documentation [`#201`](https://github.com/netlify/open-api/pull/201)
- Fix Go client generation [`#200`](https://github.com/netlify/open-api/pull/200)
- Enhance documentation UI [`#182`](https://github.com/netlify/open-api/pull/182)
- Group `require()` statements [`#197`](https://github.com/netlify/open-api/pull/197)
- Add `description` field [`#176`](https://github.com/netlify/open-api/pull/176)
- Upgrade all dependencies [`#181`](https://github.com/netlify/open-api/pull/181)
- Add linting and prettifying [`#185`](https://github.com/netlify/open-api/pull/185)
- Add `externalDocs` [`#186`](https://github.com/netlify/open-api/pull/186)
- Validate and normalize OpenAPI specification [`#194`](https://github.com/netlify/open-api/pull/194)
- Simplify version bumping [`#179`](https://github.com/netlify/open-api/pull/179)
- Add unit tests [`#196`](https://github.com/netlify/open-api/pull/196)
- Fix YAML syntax error [`#193`](https://github.com/netlify/open-api/pull/193)
- Remove `required: false` [`#188`](https://github.com/netlify/open-api/pull/188)
- Re-order npm scripts [`#180`](https://github.com/netlify/open-api/pull/180)
- Add Node.js version [`#184`](https://github.com/netlify/open-api/pull/184)
- Add OpenAPI tags [`#178`](https://github.com/netlify/open-api/pull/178)
- Add terms of service [`#173`](https://github.com/netlify/open-api/pull/173)
- Make npm package size smaller [`#195`](https://github.com/netlify/open-api/pull/195)
- Fix `installation_id` type [`#164`](https://github.com/netlify/open-api/pull/164)
- added split testing endpoints [`#161`](https://github.com/netlify/open-api/pull/161)
- Use go proxy [`#159`](https://github.com/netlify/open-api/pull/159)

### Fixed

- Fix `installation_id` type [`#162`](https://github.com/netlify/open-api/issues/162)

### Commits

- Fix merge conflict [`c5cf049`](https://github.com/netlify/open-api/commit/c5cf049ea5d618c1eb382e4d3bd1c2148bb22145)
- Fix merge conflict [`ce229cd`](https://github.com/netlify/open-api/commit/ce229cdb5e651e5aa697e2570832519462e359f4)
- Fix file copy [`4d016c1`](https://github.com/netlify/open-api/commit/4d016c10085dec55702f17a7fb186d337e29cc84)

## [v0.11.4](https://github.com/netlify/open-api/compare/v0.11.3...v0.11.4) - 2019-04-19

### Merged
Expand Down Expand Up @@ -34,7 +76,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- Add prepublish hook [`ed4efa3`](https://github.com/netlify/open-api/commit/ed4efa3c36e4e052399877a74a71fda9e1c80010)
- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0)
- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0)

## [v0.11.1](https://github.com/netlify/open-api/compare/v0.11.0...v0.11.1) - 2019-03-06

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
@@ -1,7 +1,7 @@
{
"name": "@netlify/open-api",
"description": "Netlify's open-api definition as a module",
"version": "0.11.4",
"version": "0.12.0",
"author": "Netlify",
"ava": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion swagger.yml
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 0.11.4
version: 0.12.0
title: Netlify's API documentation
description: >-
Netlify is a hosting service for the programmable web. It understands your
Expand Down

0 comments on commit 133a8c5

Please sign in to comment.