This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.23.3 "
2+ "." : " 0.23.4 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.23.4] ( https://github.com/elixir-tools/next-ls/compare/v0.23.3...v0.23.4 ) (2025-07-31)
4+
5+
6+ ### Bug Fixes
7+
8+ * handle requests asynchronously ([ #568 ] ( https://github.com/elixir-tools/next-ls/issues/568 ) ) ([ 2db81f5] ( https://github.com/elixir-tools/next-ls/commit/2db81f5e1a7a004d8c675d8443804d30ce59384f ) )
9+
310## [ 0.23.3] ( https://github.com/elixir-tools/next-ls/compare/v0.23.2...v0.23.3 ) (2025-01-12)
411
512
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule NextLS.MixProject do
22 use Mix.Project
33
44 # x-release-please-version
5- @ version "0.23.3 "
5+ @ version "0.23.4 "
66
77 def project do
88 [
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ beamPackages.mixRelease rec {
88 src = ./. ;
99 mixEnv = "prod" ;
1010 removeCookie = false ;
11- version = "0.23.3 " ; # x-release-please-version
11+ version = "0.23.4 " ; # x-release-please-version
1212
1313 inherit elixir ;
1414 inherit ( beamPackages ) erlang ;
You can’t perform that action at this time.
0 commit comments