Skip to content

Commit c917393

Browse files
rel
1 parent 6b15afe commit c917393

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ and this project adheres to
2121

2222
### Fixed
2323

24+
## [2.15.4] - 2025-12-20
25+
26+
### Fixed
27+
2428
- Allow `command+k` keystroke for AI chat while focusing Monaco editor on IDE
2529
[#4273](https://github.com/OpenFn/lightning/issues/4273)
2630
- Fixed bug where previous run steps would not be associated with jobs after

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
44
def project do
55
[
66
app: :lightning,
7-
version: "2.15.3",
7+
version: "2.15.4",
88
elixir: "~> 1.18",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
elixirc_options: [

0 commit comments

Comments
 (0)