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

Commit ef720fa

Browse files
author
Lance Cooper
committed
Fix bug to ensure requestBody and parameters are being generated for the openapi doc
1 parent 541e019 commit ef720fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
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).
7+
8+
9+
[Unreleased]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.3...HEAD
10+
[1.0.3]: https://github.com/conqa/serverless-openapi-documentation/tree/v1.0.3

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.0.2",
3+
"version": "1.0.3",
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)