Skip to content

Commit 5a74000

Browse files
committed
docs: release v1.14.0
1 parent de74228 commit 5a74000

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 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.14.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.14.0
89
[1.13.1]: https://github.com/sablier-labs/devkit/releases/tag/v1.13.1
910
[1.13.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.13.0
1011
[1.12.3]: https://github.com/sablier-labs/devkit/releases/tag/v1.12.3
@@ -45,6 +46,22 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
4546
[1.1.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.1.0
4647
[1.0.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.0.0
4748

49+
## [1.14.0] - 2026-02-16
50+
51+
### Changed
52+
53+
- Just: Extract Vercel env resolution into shared `_vercel_helpers.py` module
54+
- Just: Use variable interpolation for CLI tools (`forge`, `na`, `nlx`) instead of bare commands in EVM recipes
55+
([#35](https://github.com/sablier-labs/devkit/pull/35))
56+
- Just: Simplify `GLOBS_CLEAN` from bash array to plain string ([#35](https://github.com/sablier-labs/devkit/pull/35))
57+
- Just: Merge duplicate `build-optimized` and `test-lite` recipes into single versions with optional arguments
58+
([#35](https://github.com/sablier-labs/devkit/pull/35))
59+
60+
### Removed
61+
62+
- Just: Remove confirmation prompt from `clean-modules` recipe in EVM module
63+
([#35](https://github.com/sablier-labs/devkit/pull/35))
64+
4865
## [1.13.1] - 2026-02-11
4966

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

0 commit comments

Comments
 (0)