Skip to content

Commit e90c3a5

Browse files
committed
docs: release v1.9.2
1 parent c4f95be commit e90c3a5

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.2]: https://github.com/sablier-labs/devkit/releases/tag/v1.9.2
89
[1.9.1]: https://github.com/sablier-labs/devkit/releases/tag/v1.9.1
910
[1.9.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.9.0
1011
[1.8.1]: https://github.com/sablier-labs/devkit/releases/tag/v1.8.1
@@ -33,6 +34,12 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
3334
[1.1.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.1.0
3435
[1.0.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.0.0
3536

37+
## [1.9.2] - 2025-12-26
38+
39+
### Added
40+
41+
- Biome: Enable `useConsistentTypeDefinitions` rule to enforce `type` keyword over `interface` for type definitions
42+
3643
## [1.9.1] - 2025-12-16
3744

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

0 commit comments

Comments
 (0)