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

Commit 966d68d

Browse files
authored
Merge pull request #24 from conqa/release-v1.1.0
v1.1.0
2 parents d065400 + af4e1bb commit 966d68d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.1.0] - 2019-05-09
911
### Added
1012
- Support for securitySchemes and security #15
1113
- Support for servers #18
@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3638
- inital release after forking from temando/serverless-openapi-documentation
3739

3840

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
4043
[1.0.4]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.3...v1.0.4
4144
[1.0.3]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.2...v1.0.3
4245
[1.0.2]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.1...v1.0.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conqa/serverless-openapi-documentation",
3-
"version": "1.1.0-alpha",
3+
"version": "1.1.0",
44
"description": "Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)