diff --git a/crates/zed/CHANGELOG.md b/crates/zed/CHANGELOG.md new file mode 100644 index 00000000..305fb879 --- /dev/null +++ b/crates/zed/CHANGELOG.md @@ -0,0 +1,13 @@ +# css-modules-kit-zed + +## 0.1.0 + +### Minor Changes + +- e22cae6: feat: supports `CMK_LOAD_LOCAL_TS_PLUGIN` for loading local ts-plugin + +### Patch Changes + +- e22cae6: fix: fix Zed Extension breaking when package.json is not present in workspace root + +## 0.0.1 diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 10a05d47..469eb719 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-modules-kit-zed" -version = "0.0.1" +version = "0.1.0" edition = "2024" license = "MIT" diff --git a/crates/zed/extension.toml b/crates/zed/extension.toml index 63a180c8..40a49c0d 100644 --- a/crates/zed/extension.toml +++ b/crates/zed/extension.toml @@ -1,6 +1,6 @@ id = "css-modules-kit" name = "CSS Modules Kit" -version = "0.0.1" +version = "0.1.0" schema_version = 1 authors = ["mizdra "] description = "The Zed extension for CSS Modules Kit"