We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14eb0aa commit a2737e7Copy full SHA for a2737e7
CHANGELOG.md
@@ -30,10 +30,12 @@
30
31
- File access failures consistently produce `FILE_READ` errors across all file types.
32
33
-- Fixed json encoding issue in web log download (Issue #174).
+- Fixed json encoding issue in web log download ([#174]).
34
35
- Throw utf-8 encoding error for tsv files similar to json files.
36
37
+[#174]: https://github.com/bids-standard/bids-validator/issues/174
38
+
39
<a id='changelog-2.1.0'></a>
40
# 2.1.0 — 2025-09-03
41
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bids/validator",
3
- "version": "2.1.1-dev",
+ "version": "2.1.1",
4
"exports": {
5
".": "./src/bids-validator.ts",
6
"./main": "./src/main.ts",
0 commit comments