Skip to content

Commit 289eeb9

Browse files
committed
docs: release v1.8.1
1 parent f6f6dc8 commit 289eeb9

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.8.1]: https://github.com/sablier-labs/devkit/releases/tag/v1.8.1
89
[1.8.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.8.0
910
[1.7.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.7.0
1011
[1.6.1]: https://github.com/sablier-labs/devkit/releases/tag/v1.6.1
@@ -30,6 +31,12 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
3031
[1.1.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.1.0
3132
[1.0.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.0.0
3233

34+
## [1.8.1] - 2025-12-16
35+
36+
### Fixed
37+
38+
- Use lowercase labels ("csv"/"tsv") and correct error file extension (`.tsv`) in CSV validation recipes
39+
3340
## [1.8.0] - 2025-12-16
3441

3542
### 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.8.0",
6+
"version": "1.8.1",
77
"author": {
88
"name": "Sablier Labs Ltd",
99
"url": "https://sablier.com"

0 commit comments

Comments
 (0)