Skip to content

Commit

Permalink
chore(release): 0.22.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.22.1](0.22.0...0.22.1) (2024-12-21)

### Bug Fixes

* **hover:** separated logic for root node and extend ([3a472f2](3a472f2))
* **remote:** remote project handling wasn't working ([7706f8c](7706f8c))
* **tree-sitter-yaml:** breaking changes from version bump ([39ec5aa](39ec5aa))
* **yaml-merger:** invalid prio when merging nodes ([e6b6ebb](e6b6ebb))

### Documentation

* updated readme ([860f5b2](860f5b2))

### BREAKING CHANGES

* first stable release
  • Loading branch information
semantic-release-bot committed Dec 21, 2024
1 parent 1bbf094 commit 0a83cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitlab-ci-ls"
version = "0.22.0"
version = "0.22.1"
edition = "2021"
repository = "https://github.com/alesbrelih/gitlab-ci-ls"
description = "Language server for Gitlab CI"
Expand Down

0 comments on commit 0a83cdb

Please sign in to comment.