diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d71f3c..a8111a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "crates" extension will be documented in this file. +## 0.6.6 + +- a fix for extension activator [adamtrilling](https://github.com/adamtrilling) + ## 0.6.5 - a bug fix for decorator css support [Jacob-32587](https://github.com/Jacob-32587) diff --git a/package.json b/package.json index dbb4590..ef6fd8e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crates", "displayName": "crates", "description": "Helps Rust developers managing dependencies with Cargo.toml.", - "version": "0.6.5", + "version": "0.6.6", "publisher": "serayuzgur", "author": { "name": "serayuzgur",