Skip to content

Commit 3bd5d8a

Browse files
chore(main): release 0.12.4 (#227)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72c4706 commit 3bd5d8a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.12.4](https://github.com/elixir-tools/next-ls/compare/v0.12.3...v0.12.4) (2023-09-18)
4+
5+
6+
### Bug Fixes
7+
8+
* guard from missing function doc ([#226](https://github.com/elixir-tools/next-ls/issues/226)) ([72c4706](https://github.com/elixir-tools/next-ls/commit/72c4706f097a118f098a4773c126a225eba11ade))
9+
310
## [0.12.3](https://github.com/elixir-tools/next-ls/compare/v0.12.2...v0.12.3) (2023-09-18)
411

512

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
];
1515

1616
pname = "next-ls";
17-
version = "0.12.3"; # x-release-please-version
17+
version = "0.12.4"; # x-release-please-version
1818
src = ./.;
1919

2020
# Helper to provide system-specific attributes

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NextLS.MixProject do
22
use Mix.Project
33

4-
@version "0.12.3" # x-release-please-version
4+
@version "0.12.4" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)