Skip to content

Commit a83bbb8

Browse files
committed
release: v1.0.0
1 parent c65af33 commit a83bbb8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v1.0.0 (2024-01-19)
2+
3+
### 🚀 Features
4+
5+
- Only support esm & node18+ ([d6b1614](https://github.com/tjx666/unplugin-detect-duplicated-deps/commit/d6b1614))
6+
- Ignore version support * value ([a2ae33d](https://github.com/tjx666/unplugin-detect-duplicated-deps/commit/a2ae33d))
7+
8+
### ❤️ Contributors
9+
10+
- YuTengjing <ytj2713151713@gmail.com>
11+
12+
[View changes on GitHub](https://github.com/tjx666/unplugin-detect-duplicated-deps/compare/v0.4.0...v1.0.0 (2024-01-19))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-detect-duplicated-deps",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "Detect duplicate packaged dependencies",
55
"keywords": [
66
"unplugin",

0 commit comments

Comments
 (0)