Skip to content

Commit

Permalink
Release v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaTretyak committed May 6, 2021
1 parent df3f7b4 commit 38c9537
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<a name="3.1.4"></a>
# [3.1.4](https://github.com/ts-stack/openapi-spec/releases/tag/3.1.4) (2021-05-06)

### Bug Fixes

- Fix `SchemeObject` definitions ([df3f7b4](https://github.com/ts-stack/openapi-spec/commit/df3f7b4)).

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

### Bug Fixes

Expand Down
9 changes: 8 additions & 1 deletion versions/3.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<a name="3.1.4"></a>
# [3.1.4](https://github.com/ts-stack/openapi-spec/releases/tag/3.1.4) (2021-05-06)

### Bug Fixes

- Fix `SchemeObject` definitions ([df3f7b4](https://github.com/ts-stack/openapi-spec/commit/df3f7b4)).

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

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions 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><li>v3.1.3</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><li>v3.1.4</li></ul> |


## Introduction
Expand All @@ -26,7 +26,7 @@ and many other use cases.
## Install

```bash
npm i @ts-stack/openapi-spec
npm i -D @ts-stack/openapi-spec
```

[1]: https://github.com/OAI/OpenAPI-Specification
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.3",
"version": "3.1.4",
"description": "This is OpenAPI Specification v3.1.0 writen in TypeScript.",
"main": "dist/index",
"typings": "dist/index",
Expand Down

0 comments on commit 38c9537

Please sign in to comment.