Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#62)
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] authored Jun 11, 2023
1 parent 218873a commit 1dbc516
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.2](https://github.com/elixir-tools/credo-language-server/compare/v0.1.1...v0.1.2) (2023-06-11)


### Bug Fixes

* improve credo-language-server binary ([#61](https://github.com/elixir-tools/credo-language-server/issues/61)) ([218873a](https://github.com/elixir-tools/credo-language-server/commit/218873a79310dee96ade2736b5b8be21402be3d7))

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


Expand Down
2 changes: 1 addition & 1 deletion bin/credo-language-server
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Logger.configure(level: :none)
Mix.start()
Mix.shell(Mix.Shell.Process)

default_version = "0.1.1" # x-release-please-version
default_version = "0.1.2" # x-release-please-version

Mix.install([{:credo_language_server, System.get_env("CREDO_LSP_VERSION", default_version)}])

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.1",
version: "0.1.2",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 1dbc516

Please sign in to comment.