Skip to content

Commit 10acf55

Browse files
committed
1.0.0
1 parent 0d136b3 commit 10acf55

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,32 @@ 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+
## [v1.0.0](https://github.com/netlify/open-api/compare/v0.18.1...v1.0.0) - 2020-12-10
11+
12+
### Merged
13+
14+
- Remove listForms endpoint [`#269`](https://github.com/netlify/open-api/pull/269)
15+
- Bump setup-go github action [`#270`](https://github.com/netlify/open-api/pull/270)
16+
- Mark listForms endpoint as deprecated [`#268`](https://github.com/netlify/open-api/pull/268)
17+
- github tools: fix fossa workflow file [`#267`](https://github.com/netlify/open-api/pull/267)
18+
- Add definition for /sites/id/rollback. [`#265`](https://github.com/netlify/open-api/pull/265)
19+
20+
### Commits
21+
22+
- Start writing ListFormsBySiteId test [`d274f5d`](https://github.com/netlify/open-api/commit/d274f5d24f04ddaeca1a00f3912a508736d8eba6)
23+
- fix github actions workflow file for fossa [`0267d63`](https://github.com/netlify/open-api/commit/0267d633ca82c3fdd65a98a303fb556a8ff726d2)
24+
- Add more assertions to ListFormsBySiteId test [`9271230`](https://github.com/netlify/open-api/commit/9271230fec0b2c3b0f14ef5d08aac3d162f3c1b6)
25+
1026
## [v0.18.1](https://github.com/netlify/open-api/compare/v0.18.0...v0.18.1) - 2020-10-11
1127

1228
### Merged
1329

1430
- Use service as a returned object for showService [`#264`](https://github.com/netlify/open-api/pull/264)
1531

32+
### Commits
33+
34+
- Add definition for /sites/id/rollback. [`3958e7f`](https://github.com/netlify/open-api/commit/3958e7fc4b05e9ede25af18b298402eed040c1bb)
35+
1636
## [v0.18.0](https://github.com/netlify/open-api/compare/v0.17.0...v0.18.0) - 2020-10-07
1737

1838
### Merged
@@ -65,8 +85,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6585
### Commits
6686

6787
- Regenerate Go client [`55ef8c3`](https://github.com/netlify/open-api/commit/55ef8c3d64a96f456208f880069b8805fb36267d)
68-
- create github actions workflow files for fossa [`27a7b91`](https://github.com/netlify/open-api/commit/27a7b9173b2623b62fec6cc12e8363c83481fbaf)
6988
- Add form deletion endpoint [`351e130`](https://github.com/netlify/open-api/commit/351e1309dfeb6d71b5e01d64e8aaa43b1b20d98f)
89+
- Remove support_priority field [`319d673`](https://github.com/netlify/open-api/commit/319d673e35b9bc7d4ebbd0f7c45b409b245a5fac)
7090

7191
## [v0.15.0](https://github.com/netlify/open-api/compare/v0.14.0...v0.15.0) - 2020-05-14
7292

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