Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 11, 2023
1 parent 074c895 commit 83db0fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.1.1](https://github.com/elixir-tools/credo-language-server/compare/v0.1.0...v0.1.1) (2023-06-11)


### Bug Fixes

* 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))

## [0.1.0](https://github.com/elixir-tools/credo-language-server/compare/v0.1.0-rc.3...v0.1.0) (2023-06-09)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule CredoLanguageServer.MixProject do
[
app: :credo_language_server,
description: "LSP implementation for Credo",
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 83db0fe

Please sign in to comment.