Skip to content

Commit

Permalink
release: v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jul 15, 2024
1 parent f526234 commit 8c89b3e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<!-- https://keepachangelog.com/en/1.0.0/ -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 8c89b3e

Please sign in to comment.