From 2761c3bebba53c65a00024227c73cda87049517a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Dec 2024 13:30:49 +0000 Subject: [PATCH] chore(release): 0.22.2 [skip ci] ## [0.22.2](https://github.com/alesbrelih/gitlab-ci-ls/compare/0.22.1...0.22.2) (2024-12-21) ### chore * updating package.json version ([e8cd2d1](https://github.com/alesbrelih/gitlab-ci-ls/commit/e8cd2d19fe3050c495a899cfa3e6d1d675c272c7)) ### BREAKING CHANGES * stable releases --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9f2422..64621cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gitlab-ci-ls" -version = "0.22.1" +version = "0.22.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 67d350d..2edfe77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitlab-ci-ls" -version = "0.22.1" +version = "0.22.2" edition = "2021" repository = "https://github.com/alesbrelih/gitlab-ci-ls" description = "Language server for Gitlab CI"