From e85ce68b88c94bd36a1affc14e16b613bd2b37af Mon Sep 17 00:00:00 2001 From: Steven Kalt Date: Sun, 31 Mar 2024 11:01:29 -0400 Subject: [PATCH] v0.0.5 --- Cargo.lock | 4 ++-- editors/code/base/package.json | 2 +- editors/code/pro/package.json | 2 +- pkg/base/Cargo.toml | 2 +- pkg/pro/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fad5fe7..28c8432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "base" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "clap", @@ -719,7 +719,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "pro" -version = "0.0.4" +version = "0.0.5" dependencies = [ "base", "indexmap", diff --git a/editors/code/base/package.json b/editors/code/base/package.json index 4b38bf7..100c3ba 100644 --- a/editors/code/base/package.json +++ b/editors/code/base/package.json @@ -1,6 +1,6 @@ { "name": "git-conventional-commit-ls-basic", - "version": "0.0.3", + "version": "0.0.5", "packageManager": "pnpm@8.12.0", "publisher": "kalt-dot-cloud", "description": "Highlighting, linting, and completion for conventional commit messages", diff --git a/editors/code/pro/package.json b/editors/code/pro/package.json index 230fd64..958208f 100644 --- a/editors/code/pro/package.json +++ b/editors/code/pro/package.json @@ -1,6 +1,6 @@ { "name": "git-conventional-commit-ls-pro", - "version": "0.0.3", + "version": "0.0.5", "packageManager": "pnpm@8.12.0", "publisher": "kalt-dot-cloud", "description": "*Configurable* highlighting, linting, and completion for conventional commit messages", diff --git a/pkg/base/Cargo.toml b/pkg/base/Cargo.toml index 220b8ba..1235421 100644 --- a/pkg/base/Cargo.toml +++ b/pkg/base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "base" -version = "0.0.4" +version = "0.0.5" edition = "2021" license = "APACHE-2.0" diff --git a/pkg/pro/Cargo.toml b/pkg/pro/Cargo.toml index aab3634..7eacbe5 100644 --- a/pkg/pro/Cargo.toml +++ b/pkg/pro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pro" -version = "0.0.4" +version = "0.0.5" edition = "2021" license = "Polyform-Noncommercial-1.0.0+ OR LicenseRef-PolyForm-Free-Trial-1.0.0+" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html