Skip to content

Commit 78cf376

Browse files
committed
chore(release): 6.0.1
1 parent eb69b27 commit 78cf376

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [6.0.1](https://github.com/codekie/openapi-examples-validator/compare/v6.0.0...v6.0.1) (2024-11-20)
6+
7+
8+
### Bug Fixes
9+
10+
* update README.md that minimum NodeJS version is 18 now ([eb69b27](https://github.com/codekie/openapi-examples-validator/commit/eb69b278134266341636992edc6c6cab42df6125))
11+
512
## [6.0.0](https://github.com/codekie/openapi-examples-validator/compare/v5.0.0...v6.0.0) (2024-11-20)
613

714

dist/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:18.16.0-alpine3.17
22

3-
RUN npm install -g openapi-examples-validator@6.0.0
3+
RUN npm install -g openapi-examples-validator@6.0.1
44

55
ENV NODE_OPTIONS="--unhandled-rejections=strict"
66
ENTRYPOINT ["openapi-examples-validator"]

dist/cli.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cli.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-examples-validator",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Validates embedded examples in OpenAPI-JSONs",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)