Skip to content

Commit fb55209

Browse files
committed
Release 0.2.1
1 parent b293be0 commit fb55209

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased][]
88

9+
## [0.2.1][] - 2017-10-18
10+
911
### Added
1012

1113
- Updated example object rendering support the summary, description, and value attributes.
@@ -15,7 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1517

1618
- [#196](https://github.com/temando/open-api-renderer/issues/196) Validation changed to use POST instead of GET
1719

18-
## [v0.2.0][] - 2017-09-14
20+
## [0.2.0][] - 2017-09-14
1921

2022
### Changed
2123

@@ -27,14 +29,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2729
- [#192](https://github.com/temando/open-api-renderer/issues/192) Swap `isomorphic-fetch` for `fetch-everywhere` to prevent `ReferenceError: self is not defined` error.
2830
- [#176](https://github.com/temando/open-api-renderer/issues/176) Lincoln learnt how to handle circular reference in schema.
2931

30-
## [v0.1.0][] - 2017-07-17
32+
## [0.1.0][] - 2017-07-17
3133

3234
### Added
3335

3436
- [#91](https://github.com/temando/open-api-renderer/issues/91) Lincoln learnt how to display `additionalProperties`.
3537
- [#157](https://github.com/temando/open-api-renderer/issues/157) Lincoln learnt how to display `servers` and path information.
3638
- [#112](https://github.com/temando/open-api-renderer/issues/112) Lincoln learnt how to display `externalDocs`.
3739

38-
## [v0.0.6][] - 2017-07-07
40+
## [0.0.6][] - 2017-07-07
3941

4042
- Initial release of Lincoln 🎩
43+
44+
[Unreleased]: https://github.com/temando/open-api-renderer/compare/v0.2.1...HEAD
45+
[0.2.1]: https://github.com/temando/open-api-renderer/compare/v0.2.0...v0.2.1
46+
[0.2.0]: https://github.com/temando/open-api-renderer/compare/v0.1.0...v0.2.0
47+
[0.1.0]: https://github.com/temando/open-api-renderer/compare/v0.0.6...v0.1.0
48+
[0.0.6]: https://github.com/temando/open-api-renderer/tree/v0.0.6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-lincoln",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Meet Lincoln, a React component for rendering OpenAPI v3 definitions.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)