Skip to content

Commit 34eaadf

Browse files
authored
Release v0.9.2 (#28)
engine = type, remove it (#27)
1 parent 1b03aef commit 34eaadf

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.release

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
44

55
### Unreleased
66

7+
### [0.9.2] - 2026-07-30
8+
9+
- engine = type, remove it (#27)
10+
711
### [0.9.1] - 2026-07-24
812

913
- group.get: always return array
@@ -144,3 +148,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
144148
[0.8.10]: https://github.com/NicTool/validate/releases/tag/v0.8.10
145149
[0.9.0]: https://github.com/NicTool/validate/releases/tag/v0.9.0
146150
[0.9.1]: https://github.com/NicTool/validate/releases/tag/v0.9.1
151+
[0.9.2]: https://github.com/NicTool/validate/releases/tag/v0.9.2

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This handcrafted artisanal software is brought to you by:
44

5-
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/NicTool/validate/commits?author=msimerson">32</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/258583966?v=4"><br><a href="https://github.com/burning-bush-dev">burning-bush-dev</a> (<a href="https://github.com/NicTool/validate/commits?author=burning-bush-dev">1</a>) |
5+
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/NicTool/validate/commits?author=msimerson">34</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/258583966?v=4"><br><a href="https://github.com/burning-bush-dev">burning-bush-dev</a> (<a href="https://github.com/NicTool/validate/commits?author=burning-bush-dev">1</a>) |
66
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
77

88
<sub>this file is generated by [.release](https://github.com/msimerson/.release).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nictool/validate",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "NicTool Object Validation",
55
"type": "module",
66
"files": [
@@ -52,7 +52,7 @@
5252
"eslint": "^10.8.0",
5353
"@eslint/js": "^10.0.1",
5454
"eslint-config-prettier": "^10.1.8",
55-
"globals": "^17.7.0"
55+
"globals": "^17.8.0"
5656
},
5757
"dependencies": {
5858
"joi": "^18.2.3",

0 commit comments

Comments
 (0)