Skip to content

Commit a2737e7

Browse files
committed
rel: 2.1.1
1 parent 14eb0aa commit a2737e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@
3030

3131
- File access failures consistently produce `FILE_READ` errors across all file types.
3232

33-
- Fixed json encoding issue in web log download (Issue #174).
33+
- Fixed json encoding issue in web log download ([#174]).
3434

3535
- Throw utf-8 encoding error for tsv files similar to json files.
3636

37+
[#174]: https://github.com/bids-standard/bids-validator/issues/174
38+
3739
<a id='changelog-2.1.0'></a>
3840
# 2.1.0 — 2025-09-03
3941

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.1.1-dev",
3+
"version": "2.1.1",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)