Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt committed Mar 31, 2024
1 parent 58b626e commit e85ce68
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 editors/code/base/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion editors/code/pro/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pkg/base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "base"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
license = "APACHE-2.0"

Expand Down
2 changes: 1 addition & 1 deletion pkg/pro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e85ce68

Please sign in to comment.