From 07e877f12ee0f267751eb5b96fbdbb57d809dc17 Mon Sep 17 00:00:00 2001 From: Lance Cooper Date: Tue, 7 May 2019 11:33:09 +1200 Subject: [PATCH] v1.0.4 Ensure the module is published from the build directory, not the root directory --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4afd07..aacc138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,5 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -[Unreleased]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.3...HEAD +[Unreleased]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/conqa/serverless-openapi-documentation/tree/v1.0.3 \ No newline at end of file diff --git a/package.json b/package.json index c80d720..f75d45f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conqa/serverless-openapi-documentation", - "version": "1.0.3", + "version": "1.0.4", "description": "Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration", "main": "index.js", "repository": {