diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c5a24..b32ae20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ +## v0.16.1 (2024-07-15) + +### 🏎 Performance + +- Remove axios and got ([dcb99fe](https://github.com/tjx666/package-manager-enhancer/commit/dcb99fe)) + +### 🐞 Bug Fixes + +- Skip check for devDependencies from node_modules ([f526234](https://github.com/tjx666/package-manager-enhancer/commit/f526234)) + +### ❤️ Contributors + +- Stephen Zhou ([@hyoban](http://github.com/hyoban)) + +[View changes on GitHub](https://github.com/tjx666/package-manager-enhancer/compare/v0.16.0...v0.16.1 '2024-07-15') + ## v0.16.0 (2024-07-14) ### 🚀 Features diff --git a/package.json b/package.json index 1518844..b78d79b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "package-manager-enhancer", "displayName": "Package Manager Enhancer", - "version": "0.16.0", + "version": "0.16.1", "description": "A vscode extension enhance package manager DX", "publisher": "YuTengjing", "private": true,