Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 0a5c4dc

Browse files
chore(main): release 0.23.4 (#569)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2db81f5 commit 0a5c4dc

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.23.3"
2+
".": "0.23.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)