Skip to content

Commit c79bc8b

Browse files
committed
docs: release v1.11.0
1 parent 9c0db7c commit c79bc8b

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 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.11.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.11.0
89
[1.10.3]: https://github.com/sablier-labs/devkit/releases/tag/v1.10.3
910
[1.10.2]: https://github.com/sablier-labs/devkit/releases/tag/v1.10.2
1011
[1.10.1]: https://github.com/sablier-labs/devkit/releases/tag/v1.10.1
@@ -38,6 +39,17 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
3839
[1.1.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.1.0
3940
[1.0.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.0.0
4041

42+
## [1.11.0] - 2026-01-18
43+
44+
### Changed
45+
46+
- Just: Quiet `clean-modules` and `install` recipes by prefixing with `@`
47+
- Just: Make `publish` recipe's tag creation opt-in via `--tag` flag instead of automatic
48+
49+
### Added
50+
51+
- Prettier: Export JavaScript config as `./prettier` entry point
52+
4153
## [1.10.3] - 2026-01-18
4254

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

0 commit comments

Comments
 (0)