Skip to content

Commit

Permalink
release: v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jul 14, 2024
1 parent 13a1700 commit ab99850
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"**/.DS_Store": false,
"**/Thumbs.db": false
},
"references.preferredLocation": "peek"
"references.preferredLocation": "peek",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<!-- https://keepachangelog.com/en/1.0.0/ -->

## v0.16.0 (2024-07-14)

### 🚀 Features

- .npmrc auto complete ([#12](https://github.com/tjx666/package-manager-enhancer/pull/12))

### ❤️ Contributors

- Stephen Zhou ([@hyoban](http://github.com/hyoban))

[View changes on GitHub](https://github.com/tjx666/package-manager-enhancer/compare/v0.15.2...v0.16.0 '2024-07-14')

## v0.15.2 (2024-07-13)

### 🐞 Bug Fixes
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.15.2",
"version": "0.16.0",
"description": "A vscode extension enhance package manager DX",
"publisher": "YuTengjing",
"private": true,
Expand Down

0 comments on commit ab99850

Please sign in to comment.