Skip to content

Commit

Permalink
Esbonio Language Server Release v1.0.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
1 parent b2d1046 commit 6dcab7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions lib/esbonio/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.0.0b5 - 2024-06-07


### Misc

- Fix release pipeline ([#831](https://github.com/swyddfa/esbonio/issues/831))


## v1.0.0b4 - 2024-06-07


Expand Down
1 change: 0 additions & 1 deletion lib/esbonio/changes/831.misc.md

This file was deleted.

2 changes: 1 addition & 1 deletion lib/esbonio/esbonio/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

from .feature import LanguageFeature

__version__ = "1.0.0b4"
__version__ = "1.0.0b5"
T = TypeVar("T")
LF = TypeVar("LF", bound="LanguageFeature")

Expand Down

0 comments on commit 6dcab7e

Please sign in to comment.