Skip to content

Commit

Permalink
chore(main): release 0.23.1 (#527)
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] authored Jul 3, 2024
1 parent ecea34f commit 8603cc1
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.0"
".": "0.23.1"
}
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.1](https://github.com/elixir-tools/next-ls/compare/v0.23.0...v0.23.1) (2024-07-03)


### Bug Fixes

* **definition:** more robust cross ws folder definitions ([#526](https://github.com/elixir-tools/next-ls/issues/526)) ([ecea34f](https://github.com/elixir-tools/next-ls/commit/ecea34ff76116659f3d0c8e70d3f90fdd3898d0a))

## [0.23.0](https://github.com/elixir-tools/next-ls/compare/v0.22.8...v0.23.0) (2024-06-13)


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.0" # x-release-please-version
@version "0.23.1" # 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.0"; # x-release-please-version
version = "0.23.1"; # x-release-please-version

inherit elixir;
inherit (beamPackages) erlang;
Expand Down

0 comments on commit 8603cc1

Please sign in to comment.