Skip to content

Commit

Permalink
chore(release): 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codekie committed Nov 20, 2024
1 parent eb69b27 commit 78cf376
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.1](https://github.com/codekie/openapi-examples-validator/compare/v6.0.0...v6.0.1) (2024-11-20)


### Bug Fixes

* update README.md that minimum NodeJS version is 18 now ([eb69b27](https://github.com/codekie/openapi-examples-validator/commit/eb69b278134266341636992edc6c6cab42df6125))

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


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@6.0.0
RUN npm install -g openapi-examples-validator@6.0.1

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.

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

0 comments on commit 78cf376

Please sign in to comment.