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

Commit 2793720

Browse files
committed
15.2.0
1 parent 9407357 commit 2793720

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v15.2.0](https://github.com/contiamo/restful-react/compare/v15.1.4...v15.2.0)
8+
9+
- Include spec version in generated file. [`9407357`](https://github.com/contiamo/restful-react/commit/940735705fe18986412031ebe297eb6e3cc2c47d)
10+
711
#### [v15.1.4](https://github.com/contiamo/restful-react/compare/v15.1.3...v15.1.4)
812

13+
> 4 January 2021
14+
915
- Fix typo. [`4066205`](https://github.com/contiamo/restful-react/commit/4066205f3a45cbf64e1890843487d72438e54106)
1016
- Update snapshot [`1e02507`](https://github.com/contiamo/restful-react/commit/1e025070d38e94a35f7c23f0f5d6af4243fd0b1b)
1117

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restful-react",
3-
"version": "15.1.4",
3+
"version": "15.2.0",
44
"description": "A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs",
55
"keywords": [
66
"rest",

0 commit comments

Comments
 (0)