Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit f430f5d

Browse files
committed
Fix changelog headings
1 parent 8cf0392 commit f430f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## [0.3.0][] - 2017-08-30
1111

12-
## Changed
12+
### Changed
1313

1414
- Plugin now generates OpenAPI documentation with a version of `3.0.0` instead of `3.0.0-RC2`.
1515
- Operation now supports `deprecated` and `tags` properties.
1616
- Parameters now support the `content` property.
1717
- Updated various build dependencies.
1818
- OpenAPI definition will now be smaller in most cases, choosing to omit optional properties instead of using empty defaults.
1919

20-
## Fixed
20+
### Fixed
2121

2222
- Handle when `models` is not iterable.
2323
- Handle when `models` have no `schema`.
@@ -29,4 +29,4 @@ Last release prior to CHANGELOG being added.
2929

3030

3131
[Unreleased]: https://github.com/temando/serverless-openapi-documentation/compare/v0.3.0...HEAD
32-
[0.3.0]: https://github.com/temando/serverless-openapi-documentation/tree/v0.3.0
32+
[0.3.0]: https://github.com/temando/serverless-openapi-documentation/tree/v0.3.0

0 commit comments

Comments
 (0)