Skip to content

Commit ae2168d

Browse files
committed
release: v1.1.0
1 parent 7318b5c commit ae2168d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v1.1.0 (2024-03-22)
2+
3+
### 🚀 Features
4+
5+
- Upgrade deps ([b0da9c8](https://github.com/tjx666/unplugin-detect-duplicated-deps/commit/b0da9c8))
6+
- Support webpack ([7318b5c](https://github.com/tjx666/unplugin-detect-duplicated-deps/commit/7318b5c))
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.0.0...v1.1.0 (2024-03-22))
13+
114
## v1.0.0 (2024-01-19)
215

316
### 🚀 Features

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Detect duplicate packaged dependencies",
55
"keywords": [
66
"unplugin",

0 commit comments

Comments
 (0)