Skip to content

Commit b0de526

Browse files
chore(main): release 0.12.6 (#236)
1 parent 5ff9830 commit b0de526

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.6](https://github.com/elixir-tools/next-ls/compare/v0.12.5...v0.12.6) (2023-09-21)
4+
5+
6+
### Bug Fixes
7+
8+
* gracefully handle injected attributes ([#235](https://github.com/elixir-tools/next-ls/issues/235)) ([5ff9830](https://github.com/elixir-tools/next-ls/commit/5ff9830629453beb4b5e88ebaa1df2cf7b073185)), closes [#234](https://github.com/elixir-tools/next-ls/issues/234)
9+
310
## [0.12.5](https://github.com/elixir-tools/next-ls/compare/v0.12.4...v0.12.5) (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.5"; # x-release-please-version
17+
version = "0.12.6"; # 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.5" # x-release-please-version
4+
@version "0.12.6" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)