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

Commit 8cf0392

Browse files
committed
0.3.0
1 parent e4f8600 commit 8cf0392

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.3.0][] - 2017-08-30
11+
1012
## Changed
1113

1214
- Plugin now generates OpenAPI documentation with a version of `3.0.0` instead of `3.0.0-RC2`.
@@ -24,3 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2426
## [v0.2.1] - 2017-07-07
2527

2628
Last release prior to CHANGELOG being added.
29+
30+
31+
[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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-openapi-documentation",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)