Skip to content

Commit 6c5b457

Browse files
committed
chore: release v0.27.0
1 parent b114404 commit 6c5b457

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

3-
## v0.27.0 (unreleased)
3+
## v0.27.0 (2026-02-09)
4+
5+
**Highlights**
6+
7+
Use triple slash `///` as doc comment in use cases to be more aligned with the standards. Using this comment makes it appear in the sequence diagrams automatically generated for each use case.
48

59
See all the changes here : https://github.com/c100k/libmodulor/compare/v0.26.0...master
610

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libmodulor",
33
"description": "A TypeScript library to create platform-agnostic applications",
4-
"version": "0.26.0",
4+
"version": "0.27.0",
55
"license": "LGPL-3.0",
66
"author": "Chafik H'nini <chafik.hnini@gmail.com>",
77
"homepage": "https://libmodulor.c100k.eu",

0 commit comments

Comments
 (0)