Skip to content

Commit 04c4b32

Browse files
author
Brandon Faulkner
committed
chore(release): 3.1.0
1 parent 135893c commit 04c4b32

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [3.1.0](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v2.12.0...v3.1.0) (2025-03-12)
6+
7+
### Changes
8+
9+
- Run `npm update` for dependencies
10+
- Add serverless 4 support ([#142](https://github.com/completecoding/serverless-auto-swagger/pull/142) fixes [#138](https://github.com/completecoding/serverless-auto-swagger/issues/138) - thanks @eahefnawy)
11+
- `typefiles` supports glob patterns ([#137](https://github.com/completecoding/serverless-auto-swagger/pull/137) - thanks @antoriche)
12+
513
## [3.0.0](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v2.12.0...v3.0.0) (2024-05-09)
614

715
### Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "serverless-auto-swagger",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Automatically generate a swagger file from your Serverless Framework config file",
55
"main": "dist/index.js",
6-
"homepage": "https://github.com/SamWSoftware/serverless-auto-swagger",
6+
"homepage": "https://github.com/completecoding/serverless-auto-swagger",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SamWSoftware/serverless-auto-swagger"
9+
"url": "https://github.com/completecoding/serverless-auto-swagger"
1010
},
1111
"scripts": {
1212
"start": "npm run build:watch",

0 commit comments

Comments
 (0)