Skip to content

Commit f1ab9fa

Browse files
chore(main): release 0.19.0
1 parent 10ccb14 commit f1ab9fa

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.19.0](https://github.com/elixir-tools/next-ls/compare/v0.18.0...v0.19.0) (2024-02-27)
4+
5+
6+
### Features
7+
8+
* add require code action ([#375](https://github.com/elixir-tools/next-ls/issues/375)) ([1d5ba4f](https://github.com/elixir-tools/next-ls/commit/1d5ba4fd66c50ed8853979cce7859697e00243d1))
9+
* **commands:** from-pipe ([#378](https://github.com/elixir-tools/next-ls/issues/378)) ([774e7cb](https://github.com/elixir-tools/next-ls/commit/774e7cba5ec8d20e2354b575e88ad8d1b7e2d57e))
10+
* **commands:** to-pipe ([#318](https://github.com/elixir-tools/next-ls/issues/318)) ([cfa7eb2](https://github.com/elixir-tools/next-ls/commit/cfa7eb267533c910f2338a4a60d49bcffcab91fe))
11+
312
## [0.18.0](https://github.com/elixir-tools/next-ls/compare/v0.17.1...v0.18.0) (2024-02-21)
413

514

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}: let
1515
inherit (nixpkgs) lib;
1616

17-
version = "0.18.0"; # x-release-please-version
17+
version = "0.19.0"; # x-release-please-version
1818

1919
# Helper to provide system-specific attributes
2020
forAllSystems = f:

mix.exs

Lines changed: 1 addition & 1 deletion
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.18.0" # x-release-please-version
4+
@version "0.19.0" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)