Skip to content

Commit d130939

Browse files
committed
update(packages/next-plugin-qrcode): update Changelog
1 parent f6b9337 commit d130939

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Changelog
22

3-
## 0.0.1 (2025-11-28)
3+
## 0.1.0 (2025-11-28)
44

5-
Initial release
5+
First stable release
66

77
### Features
88

99
- Display QR code in terminal on Next.js dev server start
1010
- Auto-detect local IP address
1111
- Configurable port and path options
12-
- TypeScript support
12+
- TypeScript support with full type definitions
13+
- Validation for port (1-65535) and path options
14+
- Comprehensive test suite with 33 tests
15+
- Utility functions extracted for better maintainability
16+
17+
### Documentation
18+
19+
- Complete README with usage examples
20+
- Screenshot showing QR code in terminal
21+
- Installation and configuration guide

0 commit comments

Comments
 (0)