Skip to content

Commit

Permalink
chore(release): 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bfaulk96 committed May 12, 2022
1 parent edf88a7 commit 1496617
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

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.4.1](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v2.4.0...v2.4.1) (2022-03-17)
## [2.4.2](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v2.4.1...v2.4.2) (2022-05-12)

### Features

- Allow plugin to work when node_modules are in a different directory than serverless.yml ([#70](https://github.com/SamWSoftware/serverless-auto-swagger/pull/70))

### Changes

- Update documentation to correctly specify usage requirements ([#70](https://github.com/SamWSoftware/serverless-auto-swagger/pull/70))

## [2.4.1](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v2.4.0...v2.4.1) (2022-03-17)

### Features

Expand Down
16 changes: 8 additions & 8 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.4.1",
"version": "2.4.2",
"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 1496617

Please sign in to comment.