Skip to content

Commit a5a2433

Browse files
committed
Add version 0.1.5
1 parent ff73956 commit a5a2433

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Releases
99

10+
### [0.1.5] - 2024-12-07
11+
12+
* Update ixnode packages
13+
1014
### [0.1.4] - 2023-09-16
1115

1216
* Add root path to Validator, to be able to use the draft-07.json from package

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.4
1+
0.1.5

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ixnode/php-json-schema-validator",
33
"description": "An easy-to-use PHP Json Schema Validator.",
4+
"version": "0.1.5",
45
"type": "library",
56
"license": "MIT",
67
"keywords": ["php", "json", "schema", "validator"],

0 commit comments

Comments
 (0)