Skip to content

Commit

Permalink
chore(main): release 0.23.2 (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 22, 2024
1 parent 624588a commit 6188bb4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.23.1"
".": "0.23.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.23.2](https://github.com/elixir-tools/next-ls/compare/v0.23.1...v0.23.2) (2024-08-22)


### Bug Fixes

* set refresh refs to empty map if server not ready ([#539](https://github.com/elixir-tools/next-ls/issues/539)) ([624588a](https://github.com/elixir-tools/next-ls/commit/624588ada43b9291452ae7d02adaddad3f4848fb)), closes [#535](https://github.com/elixir-tools/next-ls/issues/535)

## [0.23.1](https://github.com/elixir-tools/next-ls/compare/v0.23.0...v0.23.1) (2024-07-03)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NextLS.MixProject do
use Mix.Project

@version "0.23.1" # x-release-please-version
@version "0.23.2" # x-release-please-version

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ beamPackages.mixRelease rec {
src = ./.;
mixEnv = "prod";
removeCookie = false;
version = "0.23.1"; # x-release-please-version
version = "0.23.2"; # x-release-please-version

inherit elixir;
inherit (beamPackages) erlang;
Expand Down

0 comments on commit 6188bb4

Please sign in to comment.