We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b15afe commit c917393Copy full SHA for c917393
CHANGELOG.md
@@ -21,6 +21,10 @@ and this project adheres to
21
22
### Fixed
23
24
+## [2.15.4] - 2025-12-20
25
+
26
+### Fixed
27
28
- Allow `command+k` keystroke for AI chat while focusing Monaco editor on IDE
29
[#4273](https://github.com/OpenFn/lightning/issues/4273)
30
- Fixed bug where previous run steps would not be associated with jobs after
mix.exs
@@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
4
def project do
5
[
6
app: :lightning,
7
- version: "2.15.3",
+ version: "2.15.4",
8
elixir: "~> 1.18",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
elixirc_options: [
0 commit comments