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

Commit eb7a4c9

Browse files
committed
changelog
1 parent 695cb5b commit eb7a4c9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0][] - 2018-04-04
11+
12+
- Various changes
13+
1014
## [0.3.0][] - 2017-08-30
1115

1216
### Changed
@@ -28,5 +32,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2832
Last release prior to CHANGELOG being added.
2933

3034

31-
[Unreleased]: https://github.com/temando/serverless-openapi-documentation/compare/v0.3.0...HEAD
35+
[Unreleased]: https://github.com/temando/serverless-openapi-documentation/compare/v0.4.0...HEAD
36+
[0.4.0]: https://github.com/temando/serverless-openapi-documentation/compare/v0.3.0...v0.4.0
3237
[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.3.0",
3+
"version": "0.4.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)