Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.2.1...v5.0.0) (2023-01-04)

### Features

* add support for OpenAPI version 3 ([1641a53](1641a53))

### BREAKING CHANGES

* removed SwaggerDocs type and added version argument to getApiDocs()
  • Loading branch information
semantic-release-bot committed Jan 4, 2023
1 parent 3343eb0 commit 5553100
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.0.0](https://github.com/terrestris/shogun-util/compare/v4.2.1...v5.0.0) (2023-01-04)


### Features

* add support for OpenAPI version 3 ([1641a53](https://github.com/terrestris/shogun-util/commit/1641a538581b5ce3a041451a8d831c73748381ef))


### BREAKING CHANGES

* removed SwaggerDocs type and added version argument to getApiDocs()

## [4.2.1](https://github.com/terrestris/shogun-util/compare/v4.2.0...v4.2.1) (2022-12-13)


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": "@terrestris/shogun-util",
"version": "4.2.1",
"version": "5.0.0",
"keywords": [],
"bugs": {
"url": "https://github.com/terrestris/shogun-util/issues"
Expand Down

0 comments on commit 5553100

Please sign in to comment.