Skip to content

Commit 7332e2e

Browse files
author
Brendan Abbott
committed
0.4.0
1 parent fed7105 commit 7332e2e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.4.0][] - 2018-01-15
10+
911
### Added
1012

1113
- [#115](https://github.com/temando/open-api-renderer/issues/115) Show security schema per method, it'd be collapsed by default.
@@ -59,7 +61,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5961

6062
- Initial release of Lincoln 🎩
6163

62-
[Unreleased]: https://github.com/temando/open-api-renderer/compare/v0.3.0...HEAD
64+
[Unreleased]: https://github.com/temando/open-api-renderer/compare/v0.4.0...HEAD
65+
[0.4.0]: https://github.com/temando/open-api-renderer/compare/v0.3.0...v0.4.0
6366
[0.3.0]: https://github.com/temando/open-api-renderer/compare/v0.2.1...v0.3.0
6467
[0.2.1]: https://github.com/temando/open-api-renderer/compare/v0.2.0...v0.2.1
6568
[0.2.0]: https://github.com/temando/open-api-renderer/compare/v0.1.0...v0.2.0

package.json

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

0 commit comments

Comments
 (0)