Skip to content

Commit d9ef390

Browse files
committed
release: v2.0.0
1 parent 88372f0 commit d9ef390

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v2.0.0 (2024-03-30)
2+
3+
### 🐞 Bug Fixes
4+
5+
- Can't recognize one package same version but different directory ([888bc54](https://github.com/tjx666/unplugin-detect-duplicated-deps/commit/888bc54))
6+
- Output will be dim in vite ([197e00e](https://github.com/tjx666/unplugin-detect-duplicated-deps/commit/197e00e))
7+
8+
### ❤️ Contributors
9+
10+
- YuTengjing ([@tjx666](http://github.com/tjx666))
11+
12+
[View changes on GitHub](https://github.com/tjx666/unplugin-detect-duplicated-deps/compare/v1.1.1...v2.0.0 (2024-03-30))
13+
114
## v1.1.1 (2024-03-22)
215

316
No significant changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-detect-duplicated-deps",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Detect duplicate packaged dependencies",
55
"keywords": [
66
"unplugin",

0 commit comments

Comments
 (0)