Skip to content

Commit 27bb5fe

Browse files
kevinccbsgclaude
andauthored
chore: bump version to 0.3.0 and add CHANGELOG for dep updates (#3)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3db04c5 commit 27bb5fe

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.3.0 (2026-05-08)
4+
5+
### Internal
6+
7+
- **deps:** Bump runtime and dev dependencies. Notably crosses `ajv-formats` v2 → v3. The only behavioral change in v3 is that the `date-time` and `time` formats now require a timezone per RFC3339 — strings like `"2024-04-15T00:00:00"` (no `Z` / offset) will now fail validation. Use the new `iso-time` / `iso-date-time` formats to opt back into the v2 behavior.
8+
- **security:** Bumping `ajv` to ^8.20.0 closes the high-severity `fast-uri` advisories ([GHSA-q3j6-qgpj-74h6](https://github.com/advisories/GHSA-q3j6-qgpj-74h6), [GHSA-v39h-62p7-jpjc](https://github.com/advisories/GHSA-v39h-62p7-jpjc)) pulled in transitively.
9+
10+
| package | from | to |
11+
|---|---|---|
12+
| ajv | ^8.18.0 | ^8.20.0 |
13+
| ajv-formats | ^2.1.1 | ^3.0.1 |
14+
| @apidevtools/json-schema-ref-parser | ^15.3.4 | ^15.3.5 |
15+
| path-to-regexp | ^8.4.0 | ^8.4.2 |
16+
| vitest | ^4.1.2 | ^4.1.5 |
17+
| @vitest/coverage-v8 | ^4.1.2 | ^4.1.5 |
18+
319
## 0.2.0 (2026-04-20)
420

521
### Features

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-mock-validator",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Validate JSON payloads against OpenAPI 3.0/3.1 specs — catch mock drift before it hits production",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)