Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Faulkner committed Feb 23, 2022
1 parent 31f6716 commit d497ec6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.2.0](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v2.1.0...v2.2.0) (2022-02-23)


### Features

* add option to exclude specific stages ([#46](https://github.com/SamWSoftware/serverless-auto-swagger/issues/46)) ([#47](https://github.com/SamWSoftware/serverless-auto-swagger/issues/47)) ([89335dd](https://github.com/SamWSoftware/serverless-auto-swagger/commit/89335ddde741bf4b9f244d6f2c03d47f7a065800))
* Example of new option: `excludeStages: ['prod']` (skip deployment of swagger.json and Swagger UI in `prod` stage)

## [2.1.0](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v2.0.0...v2.1.0) (2022-02-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-auto-swagger",
"version": "2.1.0",
"version": "2.2.0",
"description": "Automatically generate a swagger file from your Serverless Framework config file",
"main": "dist/index.js",
"homepage": "https://github.com/SamWSoftware/serverless-auto-swagger",
Expand Down

0 comments on commit d497ec6

Please sign in to comment.