Skip to content

Commit f317674

Browse files
committed
docs: release v1.9.1
1 parent d5caf7d commit f317674

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[1.9.1]: https://github.com/sablier-labs/devkit/releases/tag/v1.9.1
89
[1.9.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.9.0
910
[1.8.1]: https://github.com/sablier-labs/devkit/releases/tag/v1.8.1
1011
[1.8.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.8.0
@@ -32,6 +33,12 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
3233
[1.1.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.1.0
3334
[1.0.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.0.0
3435

36+
## [1.9.1] - 2025-12-16
37+
38+
### Changed
39+
40+
- Infer file extension from glob pattern in CSV/TSV validation messages instead of hardcoding "CSV/TSV"
41+
3542
## [1.9.0] - 2025-12-16
3643

3744
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Configuration files and reusable scripts for Sablier repositories",
44
"license": "MIT",
55
"type": "module",
6-
"version": "1.9.0",
6+
"version": "1.9.1",
77
"author": {
88
"name": "Sablier Labs Ltd",
99
"url": "https://sablier.com"

0 commit comments

Comments
 (0)