Skip to content

Commit b9a11b9

Browse files
chore(main): release 0.8.1
1 parent 06704bc commit b9a11b9

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.8.1](https://github.com/elixir-tools/next-ls/compare/v0.8.0...v0.8.1) (2023-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* remove version from targets ([#148](https://github.com/elixir-tools/next-ls/issues/148)) ([06704bc](https://github.com/elixir-tools/next-ls/commit/06704bcedd34cf7627ea78ab3a9f6a16449270a0))
9+
310
## [0.8.0](https://github.com/elixir-tools/next-ls/compare/v0.7.1...v0.8.0) (2023-08-09)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NextLS.MixProject do
22
use Mix.Project
33

4-
@version "0.8.0" # x-release-please-version
4+
@version "0.8.1" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)