Skip to content

Commit 78299f8

Browse files
authored
Merge pull request #4 from azwebmaster/changeset-release/main
chore: release package
2 parents 8999866 + 3237b45 commit 78299f8

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.changeset/brave-monkeys-stay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 8999866: preview release
8+
39
All notable changes to this project will be documented in this file.
410

511
## [0.0.1] - 2024-12-18
612

713
### Added
14+
815
- Initial release of dependency-optimizer package
916
- Core dependency scanning with depcheck integration
1017
- Auto-detection of project specials (ESLint, Babel, Webpack, Jest, Next.js, Gatsby, etc.)
@@ -20,6 +27,7 @@ All notable changes to this project will be documented in this file.
2027
- Detailed documentation and examples
2128

2229
### Features
30+
2331
- **Dependency Scanning**: Detect unused dependencies with smart parsing
2432
- **Monorepo Support**: Recursive scanning across workspace packages
2533
- **Auto-fix**: Safely remove unused dependencies while preserving formatting
@@ -29,6 +37,7 @@ All notable changes to this project will be documented in this file.
2937
- **Configuration Detection**: Automatically configure based on project setup
3038

3139
### CLI Commands
40+
3241
- `dependency-optimizer scan` - Scan for unused dependencies
3342
- `dependency-optimizer analyze` - Analyze node_modules for optimization
34-
- `dependency-optimizer examples` - Show usage examples
43+
- `dependency-optimizer examples` - Show usage examples

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azwebmaster/dependency-optimizer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Scan for unused dependencies and node_modules waste",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)