Skip to content

Commit c0144cc

Browse files
committed
0.5.1
1 parent 885ab2f commit c0144cc

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>0.5.1 (2025-10-17)</small>
2+
3+
* chore: 🤖 add examples to npmignore ([4d86e27](https://github.com/mjancarik/esmj-schema/commit/4d86e27))
4+
* chore: 🤖 add tsconfig to npmignore ([89c4353](https://github.com/mjancarik/esmj-schema/commit/89c4353))
5+
* chore: 🤖 fix build and entry points ([885ab2f](https://github.com/mjancarik/esmj-schema/commit/885ab2f))
6+
7+
8+
19
## 0.5.0 (2025-10-17)
210

311
* feat: 🎸 add new extended methods for string,number,arrays ([9ffc561](https://github.com/mjancarik/esmj-schema/commit/9ffc561))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esmj/schema",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Tiny extendable package for schema validation.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)