Skip to content

Commit eca10e2

Browse files
chore(main): release 0.22.4 (#481)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cee24a8 commit eca10e2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.22.4](https://github.com/elixir-tools/next-ls/compare/v0.22.3...v0.22.4) (2024-05-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **completions:** more accurate inside with/for ([#482](https://github.com/elixir-tools/next-ls/issues/482)) ([cee24a8](https://github.com/elixir-tools/next-ls/commit/cee24a859dd2d754147877ab17b137149e6735d0))
9+
* more accurate completions inside -&gt; exprs ([#480](https://github.com/elixir-tools/next-ls/issues/480)) ([8f6561e](https://github.com/elixir-tools/next-ls/commit/8f6561e848879caf120d21cf9ab357a907a8e1f2))
10+
311
## [0.22.3](https://github.com/elixir-tools/next-ls/compare/v0.22.2...v0.22.3) (2024-05-15)
412

513

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}: let
1515
inherit (nixpkgs) lib;
1616

17-
version = "0.22.3"; # x-release-please-version
17+
version = "0.22.4"; # x-release-please-version
1818

1919
# Helper to provide system-specific attributes
2020
forAllSystems = f:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NextLS.MixProject do
22
use Mix.Project
33

4-
@version "0.22.3" # x-release-please-version
4+
@version "0.22.4" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)