Skip to content

Commit

Permalink
Bump swagger-ui-express from 4.6.3 to 5.0.0 (#63)
Browse files Browse the repository at this point in the history
* Bump swagger-ui-express from 4.6.3 to 5.0.0

Bumps [swagger-ui-express](https://github.com/scottie1984/swagger-ui-express) from 4.6.3 to 5.0.0.
- [Release notes](https://github.com/scottie1984/swagger-ui-express/releases)
- [Commits](scottie1984/swagger-ui-express@4.6.3...5.0.0)

---
updated-dependencies:
- dependency-name: swagger-ui-express
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Georgi <christian.georgi@sap.com>
  • Loading branch information
dependabot[bot] and chgeo authored Dec 4, 2023
1 parent 17c8c06 commit 6513266
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 0.7.0 - 2023-12-07

### Changed

- Use Swagger UI 5
- Drop Node 14 support

### Fixed

- Works with `@sap/cds` 7.4 again

## Version 0.6.0 - 2023-02-27

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-swagger-ui-express",
"version": "0.6.0",
"version": "0.7.0",
"description": "Swagger UI for CAP Services",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"@sap/cds-dk": ">=4.9",
"swagger-ui-express": "^4.6.2"
"swagger-ui-express": "^5.0.0"
},
"peerDependencies": {
"@sap/cds": ">=5",
Expand Down

0 comments on commit 6513266

Please sign in to comment.