Skip to content

Commit

Permalink
chore(main): release 0.22.1 (#474)
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>
github-actions[bot] authored May 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9360059 commit 59e57ce
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.22.1](https://github.com/elixir-tools/next-ls/compare/v0.22.0...v0.22.1) (2024-05-13)


### Bug Fixes

* compiler warning in compiler ([9360059](https://github.com/elixir-tools/next-ls/commit/9360059c98cda923fc95ea0082b1abd97be25f81))
* remove unnecessary logs ([e59901b](https://github.com/elixir-tools/next-ls/commit/e59901b3f3d654b47ff4bbd33fc2b414dc76d782))

## [0.22.0](https://github.com/elixir-tools/next-ls/compare/v0.21.4...v0.22.0) (2024-05-13)


2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
}: let
inherit (nixpkgs) lib;

version = "0.22.0"; # x-release-please-version
version = "0.22.1"; # x-release-please-version

# Helper to provide system-specific attributes
forAllSystems = f:
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NextLS.MixProject do
use Mix.Project

@version "0.22.0" # x-release-please-version
@version "0.22.1" # x-release-please-version

def project do
[

0 comments on commit 59e57ce

Please sign in to comment.