<a name="3.1.6"></a>
# [3.1.6](https://github.com/ts-stack/openapi-spec/releases/tag/3.1.6) (2024-09-27)

### Bug Fixes

| Commit | Type | Description |
| -- | -- | -- |
| [58201a18e6](https://github.com/ts-stack/openapi-spec/commit/58201a18e666040f1f4) | fix | fixed ref to github links. |

<a name="3.1.5"></a>
## [3.1.5](https://github.com/ts-stack/openapi-spec/releases/tag/3.1.5) (2022-09-26)

### Bug Fixes

- Fix `scheme.enum` definitions ([a85960daab5](https://github.com/ts-stack/openapi-spec/commit/a85960daab5)).

<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)

### 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)

### Bug Fixes

- Moved `index.ts` to `src`.

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

### Features

- Added `openapi` constant to exports.

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

### Breaking Changes

- Renamed `SpecificationExtensions` to `SpecificationExtension` (see [ba01484](https://github.com/ts-stack/openapi-spec/commit/ba01484)).
- Removed default type for `SpecificationExtension` generic.
- Reflect diff between OpenAPI Specification v3.1.0-rc.1 and v3.1.0.

### Features

- Added extended interfaces with a prefix `X`.
