From e896e95c0d5e5ca07670fdf0a112043b97c5829a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 13:52:49 +0000 Subject: [PATCH] chore(main): release 0.22.8 --- CHANGELOG.md | 7 +++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 200df92a..c91d5536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.8](https://github.com/elixir-tools/next-ls/compare/v0.22.7...v0.22.8) (2024-05-31) + + +### Bug Fixes + +* **docs:** support numbered lists in erlang docs ([#506](https://github.com/elixir-tools/next-ls/issues/506)) ([4740cfb](https://github.com/elixir-tools/next-ls/commit/4740cfb48cad2ae5343fdf027a9dd697f76a6c1f)) + ## [0.22.7](https://github.com/elixir-tools/next-ls/compare/v0.22.6...v0.22.7) (2024-05-23) diff --git a/flake.nix b/flake.nix index 594655dd..7db22436 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.22.7"; # x-release-please-version + version = "0.22.8"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index d0e3211e..c3b40d1f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.22.7" # x-release-please-version + @version "0.22.8" # x-release-please-version def project do [