Skip to content

Commit 13ad262

Browse files
chore(main): release 0.12.0
1 parent 627bb94 commit 13ad262

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.12.0](https://github.com/elixir-tools/next-ls/compare/v0.11.0...v0.12.0) (2023-09-16)
4+
5+
6+
### Features
7+
8+
* **definition,references:** go to definition when aliasing modules ([#152](https://github.com/elixir-tools/next-ls/issues/152)) ([627bb94](https://github.com/elixir-tools/next-ls/commit/627bb9452e2516cd483cb25e690f189dbd604e32))
9+
* **definition,references:** module attributes ([#215](https://github.com/elixir-tools/next-ls/issues/215)) ([b14a09d](https://github.com/elixir-tools/next-ls/commit/b14a09d558b0b6e9c40456af7298a7578a1ca6eb))
10+
311
## [0.11.0](https://github.com/elixir-tools/next-ls/compare/v0.10.4...v0.11.0) (2023-09-12)
412

513

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.11.0"; # x-release-please-version
17+
version = "0.12.0"; # 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.11.0" # x-release-please-version
4+
@version "0.12.0" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)