From a49a2d03b51c54bc19b59e9eb5f4ac34c8d7d07f Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 8 May 2024 14:26:48 +0000 Subject: [PATCH] chore: prepare release --- .changeset/this_is_a_test.md | 5 ----- crates/biome_configuration/CHANGELOG.md | 5 +++++ crates/biome_configuration/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changeset/this_is_a_test.md create mode 100644 crates/biome_configuration/CHANGELOG.md diff --git a/.changeset/this_is_a_test.md b/.changeset/this_is_a_test.md deleted file mode 100644 index f9f3340520b8..000000000000 --- a/.changeset/this_is_a_test.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -biome_configuration: patch ---- - -# This is a test /2 diff --git a/crates/biome_configuration/CHANGELOG.md b/crates/biome_configuration/CHANGELOG.md new file mode 100644 index 000000000000..64a449d3a3ed --- /dev/null +++ b/crates/biome_configuration/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.0.2 (2024-05-08) + +### Fixes + +- This is a test /2 diff --git a/crates/biome_configuration/Cargo.toml b/crates/biome_configuration/Cargo.toml index ac3f90dd6b80..4358d11549b4 100644 --- a/crates/biome_configuration/Cargo.toml +++ b/crates/biome_configuration/Cargo.toml @@ -8,7 +8,7 @@ keywords.workspace = true license.workspace = true name = "biome_configuration" repository.workspace = true -version = "0.0.1" +version = "0.0.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html