Skip to content

Commit cbe5e0e

Browse files
chore(release): 2.230.2 [skip_actions]
## <small>2.230.2 (2025-11-17)</small> * fix: display code suggestion dif in the web-platform (#1419) ([bbb6db6](bbb6db6)), closes [#1419](#1419)
1 parent bbb6db6 commit cbe5e0e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## <small>2.230.2 (2025-11-17)</small>
2+
3+
* fix: display code suggestion dif in the web-platform (#1419) ([bbb6db6](https://github.com/autokitteh/web-platform/commit/bbb6db6)), closes [#1419](https://github.com/autokitteh/web-platform/issues/1419)
4+
15
## <small>2.230.1 (2025-11-17)</small>
26

37
* fix: sessions table filter (#1405) ([651a2ad](https://github.com/autokitteh/web-platform/commit/651a2ad)), closes [#1405](https://github.com/autokitteh/web-platform/issues/1405)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "autokitteh",
33
"private": true,
44
"type": "module",
5-
"version": "2.230.1",
5+
"version": "2.230.2",
66
"scripts": {
77
"build": "node scripts/validateRuleConsistency.mjs && vite build",
88
"build-storybook": "storybook build",

0 commit comments

Comments
 (0)