Skip to content

Commit

Permalink
Release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaTretyak committed Apr 22, 2021
1 parent 4eab3bf commit 060a342
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="3.1.3"></a>
# [3.1.3](https://github.com/ts-stack/openapi-spec/releases/tag/3.1.3) (2021-04-22)

### Bug Fixes

- Fix `SecuritySchemeObject` definitions ([0ec839b](https://github.com/ts-stack/openapi-spec/commit/0ec839b)).
- Reduce type definitions ([4eab3bf](https://github.com/ts-stack/openapi-spec/commit/4eab3bf)).

<a name="3.1.2"></a>
# [3.1.2](https://github.com/ts-stack/openapi-spec/releases/tag/3.1.2) (2021-04-15)

Expand All @@ -24,4 +32,3 @@
### Features

- Added extended interfaces with a prefix `X`.

8 changes: 8 additions & 0 deletions versions/3.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="3.1.3"></a>
# [3.1.3](https://github.com/ts-stack/openapi-spec/releases/tag/3.1.3) (2021-04-22)

### Bug Fixes

- Fix `SecuritySchemeObject` definitions ([0ec839b](https://github.com/ts-stack/openapi-spec/commit/0ec839b)).
- Reduce type definitions ([4eab3bf](https://github.com/ts-stack/openapi-spec/commit/4eab3bf)).

<a name="3.1.2"></a>
# [3.1.2](https://github.com/ts-stack/openapi-spec/releases/tag/3.1.2) (2021-04-15)

Expand Down
2 changes: 1 addition & 1 deletion versions/3.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ but the patch version is not the same:

| OpenAPI Specification | @ts-stack/openapi-spec |
|-------------------------|-------------------------|
| v3.1.0 | <ul><li>v3.1.0</li><li>v3.1.1</li><li>v3.1.2</li></ul> |
| v3.1.0 | <ul><li>v3.1.0</li><li>v3.1.1</li><li>v3.1.2</li><li>v3.1.3</li></ul> |


## Introduction
Expand Down
2 changes: 1 addition & 1 deletion versions/3.1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-stack/openapi-spec",
"version": "3.1.2",
"version": "3.1.3",
"description": "This is OpenAPI Specification v3.1.0 writen in TypeScript.",
"main": "dist/index",
"typings": "dist/index",
Expand Down

0 comments on commit 060a342

Please sign in to comment.