Skip to content

Commit 0058a80

Browse files
committed
0.13.1
1 parent 67113ba commit 0058a80

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.1](https://github.com/netlify/open-api/compare/v0.13.0...v0.13.1) - 2020-02-27
11+
12+
### Merged
13+
14+
- Remove `engines.node` [`#220`](https://github.com/netlify/open-api/pull/220)
15+
- Improve tests [`#218`](https://github.com/netlify/open-api/pull/218)
16+
17+
### Commits
18+
19+
- Remove snapshots [`cbad8ae`](https://github.com/netlify/open-api/commit/cbad8ae799ef2713b153f337388ba54c9ecf2edb)
20+
- Add unit test [`c7b56a7`](https://github.com/netlify/open-api/commit/c7b56a77e186bccf76c55ba586a640499aa789e8)
21+
- Add is-plain-obj dependency [`f7b1f2b`](https://github.com/netlify/open-api/commit/f7b1f2b952ce68009988e413c14d47086311a2e8)
22+
1023
## [v0.13.0](https://github.com/netlify/open-api/compare/v0.12.0...v0.13.0) - 2020-02-26
1124

1225
### 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.13.0",
4+
"version": "0.13.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.13.0
3+
version: 0.13.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)