Skip to content

Commit

Permalink
Merge pull request #289 from netlify/release-v1.3.0
Browse files Browse the repository at this point in the history
chore: release 1.3.0
  • Loading branch information
JGAntunes authored Jan 21, 2021
2 parents 9e74200 + 77bd094 commit efeddb6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions 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).

## [1.3.0](https://www.github.com/netlify/open-api/compare/v1.2.0...v1.3.0) (2021-01-21)


### Features

* add google analytics to new docs site ([5543da4](https://www.github.com/netlify/open-api/commit/5543da457248029308bf2c55f80119e9e2f3faa9))
* add pagination support ([d79e0ad](https://www.github.com/netlify/open-api/commit/d79e0ad41ea8f315af47e1bf0dc53955a32c067a))


### Bug Fixes

* github token in workflow ([686d251](https://www.github.com/netlify/open-api/commit/686d2517e30d0a25045f865c7c0991f697c68bf0))
* **package.json:** remove scripts no longer required and don't npm ci on swagger bump ([e61a51f](https://www.github.com/netlify/open-api/commit/e61a51faafae213ad6626c4832ab2501403a130a))
* remove pagination from some of the list endpoints ([9f301e0](https://www.github.com/netlify/open-api/commit/9f301e0ca903365a0fc44e623c4cd52fe1bb7eec))
* switch branches and cleanup package.json ([b985d27](https://www.github.com/netlify/open-api/commit/b985d27f1e7f44ef3a090ca61c1dfb44ef2cde6f))

## [v1.0.0](https://github.com/netlify/open-api/compare/v0.18.1...v1.0.0) - 2020-12-10

### 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": "1.0.0",
"version": "1.3.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: 1.0.0
version: 1.3.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 efeddb6

Please sign in to comment.