Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 26, 2020
1 parent d74b303 commit 2565937
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v0.13.0](https://github.com/netlify/open-api/compare/v0.12.0...v0.13.0) - 2020-02-26

### Merged

- Document deploy cancel [`#217`](https://github.com/netlify/open-api/pull/217)
- Fix menu scrolling on Chrome [`#214`](https://github.com/netlify/open-api/pull/214)
- Updated model link to correct one [`#215`](https://github.com/netlify/open-api/pull/215)
- Create CODEOWNERS [`#212`](https://github.com/netlify/open-api/pull/212)
- Bump handlebars from 4.2.0 to 4.5.3 [`#208`](https://github.com/netlify/open-api/pull/208)

### Commits

- Generate deploy cancel code [`5f787d0`](https://github.com/netlify/open-api/commit/5f787d01ed24064e3a35e712c82f264b90a11e30)
- Remove generated swagger docs [`5f2b3f8`](https://github.com/netlify/open-api/commit/5f2b3f893da4d57ca1cbafa79fb36de7b7cc05ed)
- Test swagger conversion [`aa9051d`](https://github.com/netlify/open-api/commit/aa9051da5b8e1da2ab9b786dd2c36d39e444d6b4)

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

### Merged
Expand Down Expand Up @@ -76,7 +92,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
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.12.0",
"version": "0.13.0",
"author": "Netlify",
"ava": {
"files": [
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.12.0
version: 0.13.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 2565937

Please sign in to comment.