This repository was archived by the owner on Dec 10, 2021. It is now read-only.
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 1.1.0] - 2019-05-09
9
11
### Added
10
12
- Support for securitySchemes and security #15
11
13
- Support for servers #18
@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
36
38
- inital release after forking from temando/serverless-openapi-documentation
37
39
38
40
39
- [ Unreleased ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.4...HEAD
41
+ [ Unreleased ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.1.0...HEAD
42
+ [ 1.1.0 ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.4...v1.1.0
40
43
[ 1.0.4 ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.3...v1.0.4
41
44
[ 1.0.3 ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.2...v1.0.3
42
45
[ 1.0.2 ] : https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @conqa/serverless-openapi-documentation" ,
3
- "version" : " 1.1.0-alpha " ,
3
+ "version" : " 1.1.0" ,
4
4
"description" : " Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration" ,
5
5
"main" : " index.js" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments