Skip to content

Commit f9ae471

Browse files
committed
rel: 2.2.5
1 parent 6b01d75 commit f9ae471

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

CHANGELOG.md

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

3+
<!-- scriv-insert-here -->
4+
5+
<a id='changelog-"2.2.5"'></a>
6+
# "2.2.5" — 2025-12-10
7+
8+
## Added
9+
10+
- Support for template and cohort directories, as introduced in BEP038.
11+
12+
## Fixed
13+
14+
- The AMBIGUOUS_AFFINE issue was given an error message and set to warning.
15+
16+
- Very oblique affines are no longer considered ambiguous.
17+
18+
- Resolved TypeError when rendering issues for JSON outputs.
19+
320
<a id='changelog-"2.2.4"'></a>
421
# "2.2.4" — 2025-12-05
522

changelog.d/20251104_162508_markiewicz_bep038.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20251209_143122_markiewicz_ambiguous_affine_error.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20251210_080803_markiewicz_limited_hed_file.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bids/validator",
3-
"version": "2.2.5-dev",
3+
"version": "2.2.5",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)