Skip to content

Commit 01411f1

Browse files
committed
chore(release): 1.8.0
1 parent 2f808c7 commit 01411f1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [1.8.0](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v1.7.0...v1.8.0) (2022-02-17)
6+
7+
### Features
8+
9+
* Update Swagger-UI to 4.5.0, Add missing icons ([#32](https://github.com/SamWSoftware/serverless-auto-swagger/issues/34)) ([52118a5](https://github.com/SamWSoftware/serverless-auto-swagger/commit/2f808c7926fcbf36c5d4e290a085a2c259c1716b))
10+
11+
512
## [1.7.0](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v1.6.0...v1.7.0) (2022-02-08)
613

714
### ⚠ BREAKING 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-auto-swagger",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Automatically generate a swagger file from your Serverless Framework config file",
55
"main": "dist/index.js",
66
"homepage": "https://github.com/SamWSoftware/serverless-auto-swagger",

0 commit comments

Comments
 (0)