From 54679af62fc23c7940846a9819812e64cfae288f Mon Sep 17 00:00:00 2001 From: Marcus Weiner Date: Wed, 15 Apr 2020 04:11:01 +0200 Subject: [PATCH] 0.13.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- swagger.yml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61493fc6..8218fb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index e37c488e..2fbb8cf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/open-api", - "version": "0.13.2", + "version": "0.13.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b6d1870..7b537245 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/swagger.yml b/swagger.yml index c4d224a0..b1a717be 100644 --- a/swagger.yml +++ b/swagger.yml @@ -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