Skip to content

Commit 70b0ae4

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.2.1 [skip ci]
1 parent 0697793 commit 70b0ae4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.2.1](https://github.com/ContinuousSecurityTooling/ajv-cli/compare/v0.2.0...v0.2.1) (2025-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **CLI:** Allow regex CLI option ([934bbab](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/934bbabbec9fa8b7c432535d23e13b0a8e9208ac))
7+
* **deps:** update dependency glob to v11.0.2 ([be448f8](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/be448f8cacae185ee5b4341ce9db1eb033d33102))
8+
* **Gitlab:** Correcting support for JSON 2020 Draft with Regex ([0697793](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/06977932f68d8027d38e8211764a4b9becfff999))
9+
10+
11+
112
# 0.2.0 (2025-04-09)
213

314

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": "@continuoussecuritytooling/ajv-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Command line interface for Ajv JSON schema validator",
55
"scripts": {
66
"clean": "npm ci && rimraf dist",

0 commit comments

Comments
 (0)