Skip to content

Commit 83db0fe

Browse files
chore(main): release 0.1.1 (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 074c895 commit 83db0fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [0.1.1](https://github.com/elixir-tools/credo-language-server/compare/v0.1.0...v0.1.1) (2023-06-11)
4+
5+
6+
### Bug Fixes
7+
8+
* set -S for shebang in bin/credo-language-server ([#56](https://github.com/elixir-tools/credo-language-server/issues/56)) ([074c895](https://github.com/elixir-tools/credo-language-server/commit/074c895b522f0e3a2b9548ec665e9011746911a2))
9+
310
## [0.1.0](https://github.com/elixir-tools/credo-language-server/compare/v0.1.0-rc.3...v0.1.0) (2023-06-09)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule CredoLanguageServer.MixProject do
55
[
66
app: :credo_language_server,
77
description: "LSP implementation for Credo",
8-
version: "0.1.0",
8+
version: "0.1.1",
99
elixir: "~> 1.10",
1010
start_permanent: Mix.env() == :prod,
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)