Skip to content

Commit 62a8234

Browse files
author
Brendan Abbott
committed
Release v0.3.0
1 parent 5eb3efd commit 62a8234

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGELOG.md

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

77
## [Unreleased][]
88

9+
## [0.3.0][] - 2017-10-24
10+
911
### Added
1012

11-
- `navigationMethodDisplayType` parameter is added for better customisation of the navigation on the left.
13+
- [#199](https://github.com/temando/open-api-renderer/issues/199) `navigationMethodDisplayType` parameter is added for better customisation of the navigation on the left.
1214

1315
## [0.2.1][] - 2017-10-18
1416

@@ -45,7 +47,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4547

4648
- Initial release of Lincoln 🎩
4749

48-
[Unreleased]: https://github.com/temando/open-api-renderer/compare/v0.2.1...HEAD
50+
[Unreleased]: https://github.com/temando/open-api-renderer/compare/v0.3.0...HEAD
51+
[0.3.0]: https://github.com/temando/open-api-renderer/compare/v0.2.1...v0.3.0
4952
[0.2.1]: https://github.com/temando/open-api-renderer/compare/v0.2.0...v0.2.1
5053
[0.2.0]: https://github.com/temando/open-api-renderer/compare/v0.1.0...v0.2.0
5154
[0.1.0]: https://github.com/temando/open-api-renderer/compare/v0.0.6...v0.1.0

docs/demo/demo.2ae25e2ce3bc4f4a9efc.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/demo/demo.56866429ab41c3357db2.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
</head>
8-
<body><script type="text/javascript" src="manifest.580656d8d0b2a2cd3ae7.js"></script><script type="text/javascript" src="vendor.50e479b50d62398e02c3.js"></script><script type="text/javascript" src="demo.56866429ab41c3357db2.js"></script></body>
8+
<body><script type="text/javascript" src="manifest.8dd6ee4444cdb4a6c916.js"></script><script type="text/javascript" src="vendor.50e479b50d62398e02c3.js"></script><script type="text/javascript" src="demo.2ae25e2ce3bc4f4a9efc.js"></script></body>
99
</html>

docs/demo/manifest.580656d8d0b2a2cd3ae7.js renamed to docs/demo/manifest.8dd6ee4444cdb4a6c916.js

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,6 +1,6 @@
11
{
22
"name": "react-lincoln",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Meet Lincoln, a React component for rendering OpenAPI v3 definitions.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)