From 5846724eb37472649a641762e1006373330c65fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:35:11 -0400 Subject: [PATCH] chore(main): release 0.22.6 (#498) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ba27de..d4978ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.22.6](https://github.com/elixir-tools/next-ls/compare/v0.22.5...v0.22.6) (2024-05-22) + + +### Bug Fixes + +* **formatting:** show message when it fails ([#497](https://github.com/elixir-tools/next-ls/issues/497)) ([0a68789](https://github.com/elixir-tools/next-ls/commit/0a6878965763a118a28d9834de56ce827233aba0)), closes [#463](https://github.com/elixir-tools/next-ls/issues/463) +* handle change and save notifications before runtime is ready ([0a68789](https://github.com/elixir-tools/next-ls/commit/0a6878965763a118a28d9834de56ce827233aba0)) + ## [0.22.5](https://github.com/elixir-tools/next-ls/compare/v0.22.4...v0.22.5) (2024-05-22) diff --git a/flake.nix b/flake.nix index e707a8ac..ccc1dc0f 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.22.5"; # x-release-please-version + version = "0.22.6"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index ebc4b7fa..6a4c8389 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.22.5" # x-release-please-version + @version "0.22.6" # x-release-please-version def project do [