diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b718fa..b1eaf58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ +## v0.17.4 (2024-10-15) + +### 🚀 Features + +- Upgrade deps ([2fa4c72](https://github.com/tjx666/package-manager-enhancer/commit/2fa4c72)) +- Update npmrc autocomplete options ([8485471](https://github.com/tjx666/package-manager-enhancer/commit/8485471)) + +### 🐞 Bug Fixes + +- Fetch remote package info pass version wrong ([b73d3cd](https://github.com/tjx666/package-manager-enhancer/commit/b73d3cd)) +- Ry fetch latest version when fetch remote package info failed ([9e96754](https://github.com/tjx666/package-manager-enhancer/commit/9e96754)) + +### ❤️ Contributors + +- 余腾靖 ([@tjx666](http://github.com/tjx666)) + +[View changes on GitHub](https://github.com/tjx666/package-manager-enhancer/compare/v0.17.3...v0.17.4 '2024-10-15') + ## v0.17.3 (2024-09-19) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 1f66188..fe5c829 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "package-manager-enhancer", "displayName": "Package Manager Enhancer", - "version": "0.17.3", + "version": "0.17.4", "description": "A vscode extension enhance package manager DX", "publisher": "YuTengjing", "private": true,