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

Commit c4abbc1

Browse files
committed
2.0.0
1 parent 9b565a3 commit c4abbc1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
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+
## [2.0.0][] - 2021-12-10
11+
1012
### Removed
1113
- Support for Node 6, minimum is now Node 10
1214
### Added
@@ -44,6 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4446

4547

4648
[Unreleased]: https://github.com/conqa/serverless-openapi-documentation/compare/v2.0.0...HEAD
49+
[2.0.0]: https://github.com/conqa/serverless-openapi-documentation/compare/v2.0.0...v2.0.0
4750
[1.1.0]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.4...v1.1.0
4851
[1.0.4]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.3...v1.0.4
4952
[1.0.3]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.2...v1.0.3

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: 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",
3+
"version": "2.0.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)