Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Mar 30, 2024
1 parent 88372f0 commit d9ef390
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v2.0.0 (2024-03-30)

### 🐞 Bug Fixes

- Can't recognize one package same version but different directory ([888bc54](https://github.com/tjx666/unplugin-detect-duplicated-deps/commit/888bc54))
- Output will be dim in vite ([197e00e](https://github.com/tjx666/unplugin-detect-duplicated-deps/commit/197e00e))

### ❤️ Contributors

- YuTengjing ([@tjx666](http://github.com/tjx666))

[View changes on GitHub](https://github.com/tjx666/unplugin-detect-duplicated-deps/compare/v1.1.1...v2.0.0 (2024-03-30))

## v1.1.1 (2024-03-22)

No significant changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-detect-duplicated-deps",
"version": "1.1.1",
"version": "2.0.0",
"description": "Detect duplicate packaged dependencies",
"keywords": [
"unplugin",
Expand Down

0 comments on commit d9ef390

Please sign in to comment.