Skip to content

Commit e218f0a

Browse files
authored
chore(main): release library 11.6.1 (#566)
1 parent 258ed59 commit e218f0a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
".": "1.0.0",
3-
"packages/library": "11.6.0"
3+
"packages/library": "11.6.1"
44
}

packages/library/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [11.6.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.0...library-v11.6.1) (2025-08-06)
4+
5+
6+
### Bug Fixes
7+
8+
* enforce Node.js version >= 24.0.0 or crash at runtime ([#564](https://github.com/mikavilpas/tui-sandbox/issues/564)) ([258ed59](https://github.com/mikavilpas/tui-sandbox/commit/258ed59a692da872af2da1b85a970b040415a151))
9+
310
## [11.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.5.0...library-v11.6.0) (2025-08-05)
411

512

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tui-sandbox/library",
3-
"version": "11.6.0",
3+
"version": "11.6.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/mikavilpas/tui-sandbox"

0 commit comments

Comments
 (0)