Skip to content

Commit

Permalink
0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Apr 15, 2020
1 parent fc80f78 commit 54679af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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.3](https://github.com/netlify/open-api/compare/v0.13.2...v0.13.3) - 2020-04-15

### Merged

- Warn if function conditions are not met [`#224`](https://github.com/netlify/open-api/pull/224)
- Bump acorn from 7.0.0 to 7.1.1 [`#223`](https://github.com/netlify/open-api/pull/223)
- add delete site to porcelain [`#210`](https://github.com/netlify/open-api/pull/210)

## [v0.13.2](https://github.com/netlify/open-api/compare/v0.13.0...v0.13.2) - 2020-03-11

### Merged
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.13.2",
"version": "0.13.3",
"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.13.2
version: 0.13.3
title: Netlify's API documentation
description: >-
Netlify is a hosting service for the programmable web. It understands your
Expand Down

0 comments on commit 54679af

Please sign in to comment.