Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codekie committed Nov 20, 2024
1 parent 10fb1f4 commit 236c811
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.0.0](https://github.com/codekie/openapi-examples-validator/compare/v5.0.0...v6.0.0) (2024-11-20)


### ⚠ BREAKING CHANGES

* **dependencies:** - minimum required Node version is 18 now

### Features

* support complex MIME definitions in OAS3 content type ([#191](https://github.com/codekie/openapi-examples-validator/issues/191)) ([ea1a53f](https://github.com/codekie/openapi-examples-validator/commit/ea1a53f01d4bc87a88847abc486198d7335db6fd)), closes [#190](https://github.com/codekie/openapi-examples-validator/issues/190)


### Bug Fixes

* **dependencies:** upgrade dependencies ([#193](https://github.com/codekie/openapi-examples-validator/issues/193)) ([de88e48](https://github.com/codekie/openapi-examples-validator/commit/de88e4830f011ef6a2ada61e297c7cf1160c6c5b))

## [5.0.0](https://github.com/codekie/openapi-examples-validator/compare/v4.7.1...v5.0.0) (2023-05-22)


Expand Down
2 changes: 1 addition & 1 deletion dist/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18.16.0-alpine3.17

RUN npm install -g openapi-examples-validator@5.0.0
RUN npm install -g openapi-examples-validator@6.0.0

ENV NODE_OPTIONS="--unhandled-rejections=strict"
ENTRYPOINT ["openapi-examples-validator"]
Expand Down
2 changes: 1 addition & 1 deletion dist/cli.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cli.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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": "openapi-examples-validator",
"version": "5.0.0",
"version": "6.0.0",
"description": "Validates embedded examples in OpenAPI-JSONs",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit 236c811

Please sign in to comment.