Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
9.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Jan 28, 2020
1 parent d8b1cc5 commit 4844750
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v9.10.0](https://github.com/contiamo/restful-react/compare/v9.9.1...v9.10.0)

> 28 January 2020
- Add documentation / example for custom generator [`d8b1cc5`](https://github.com/contiamo/restful-react/commit/d8b1cc506a050882c71fe1710e2af44a25e26427)
- Extract requestBody type if inline [`a6919e1`](https://github.com/contiamo/restful-react/commit/a6919e140adee3d650485e69e8797172484587d0)
- Fix empty object vs free form object specs [`e5b1ca6`](https://github.com/contiamo/restful-react/commit/e5b1ca65b42236bd2318f1e1420f41a8d2b23047)

#### [v9.9.1](https://github.com/contiamo/restful-react/compare/v9.9.0...v9.9.1)

> 22 January 2020
Expand Down Expand Up @@ -216,18 +224,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Recreate an abortController for the next call [`32f6b72`](https://github.com/contiamo/restful-react/commit/32f6b72b5b35f9b96dd68aafd7d8c16954bcaced)

#### [v7.2.1](https://github.com/contiamo/restful-react/compare/v7.2.0...v7.2.1)
#### [v7.2.1](https://github.com/contiamo/restful-react/compare/v7.1.1...v7.2.1)

> 27 March 2019
- Add an alternative syntax [`2f50faa`](https://github.com/contiamo/restful-react/commit/2f50faaac4aa1bd9964e9d540ad41dce18991201)
- Combine requestOptions with provider [`7e416f7`](https://github.com/contiamo/restful-react/commit/7e416f73ff6207966aa0466033e067d14f7a9df8)
- Fix types [`408e469`](https://github.com/contiamo/restful-react/commit/408e469a9fa7778cce7302c380bdf9ffe6b9821f)

#### [v7.2.0](https://github.com/contiamo/restful-react/compare/v7.1.1...v7.2.0)

> 25 March 2019
- Update lodash [`#105`](https://github.com/contiamo/restful-react/pull/105)
- Security audit [`#104`](https://github.com/contiamo/restful-react/pull/104)
- update @operational/scripts [`75497b9`](https://github.com/contiamo/restful-react/commit/75497b95cf9f4e8886e77794c49db44557d8f4d1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restful-react",
"version": "9.9.1",
"version": "9.10.0",
"description": "A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs",
"keywords": [
"rest",
Expand Down

0 comments on commit 4844750

Please sign in to comment.