Skip to content

Commit 2565937

Browse files
committed
0.13.0
1 parent d74b303 commit 2565937

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.13.0](https://github.com/netlify/open-api/compare/v0.12.0...v0.13.0) - 2020-02-26
11+
12+
### Merged
13+
14+
- Document deploy cancel [`#217`](https://github.com/netlify/open-api/pull/217)
15+
- Fix menu scrolling on Chrome [`#214`](https://github.com/netlify/open-api/pull/214)
16+
- Updated model link to correct one [`#215`](https://github.com/netlify/open-api/pull/215)
17+
- Create CODEOWNERS [`#212`](https://github.com/netlify/open-api/pull/212)
18+
- Bump handlebars from 4.2.0 to 4.5.3 [`#208`](https://github.com/netlify/open-api/pull/208)
19+
20+
### Commits
21+
22+
- Generate deploy cancel code [`5f787d0`](https://github.com/netlify/open-api/commit/5f787d01ed24064e3a35e712c82f264b90a11e30)
23+
- Remove generated swagger docs [`5f2b3f8`](https://github.com/netlify/open-api/commit/5f2b3f893da4d57ca1cbafa79fb36de7b7cc05ed)
24+
- Test swagger conversion [`aa9051d`](https://github.com/netlify/open-api/commit/aa9051da5b8e1da2ab9b786dd2c36d39e444d6b4)
25+
1026
## [v0.12.0](https://github.com/netlify/open-api/compare/v0.11.4...v0.12.0) - 2019-12-16
1127

1228
### Merged
@@ -76,7 +92,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
7692
### Commits
7793

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

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

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.12.0",
4+
"version": "0.13.0",
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.12.0
3+
version: 0.13.0
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)