Skip to content

Commit 5a21596

Browse files
chore(main): release 0.1.1 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 99965f1 commit 5a21596

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/elixir-tools/next-ls/compare/v0.1.0...v0.1.1) (2023-06-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **elixir:** format inside runtime ([#13](https://github.com/elixir-tools/next-ls/issues/13)) ([99965f1](https://github.com/elixir-tools/next-ls/commit/99965f1b17250ead7524143b13246f08553b940a))
9+
* prefix logs with [NextLS] ([#12](https://github.com/elixir-tools/next-ls/issues/12)) ([36d8603](https://github.com/elixir-tools/next-ls/commit/36d86035dbcebbdee288e75221493547fb6afe04))
10+
311
## [0.1.0](https://github.com/elixir-tools/next-ls/compare/v0.0.1...v0.1.0) (2023-06-20)
412

513

bin/nextls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Logger.configure(level: :none)
77
Mix.start()
88
Mix.shell(Mix.Shell.Process)
99

10-
default_version = "0.1.0" # x-release-please-version
10+
default_version = "0.1.1" # x-release-please-version
1111

1212
Mix.install([{:next_ls, System.get_env("NEXTLS_VERSION", default_version)}])
1313

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule NextLS.MixProject do
55
[
66
app: :next_ls,
77
description: "The langauge server for Elixir that just works",
8-
version: "0.1.0",
8+
version: "0.1.1",
99
elixir: "~> 1.13",
1010
start_permanent: Mix.env() == :prod,
1111
package: package(),

0 commit comments

Comments
 (0)