v0.0.3 - Fix GitHub Action Bundling
What's Changed
🐛 Bug Fixes
- Fixed GitHub Action execution by properly bundling all dependencies into dist/index.js
- Switched from TypeScript compilation to tsdown bundling
- Resolved issue where v0 tag wasn't working correctly in production
🔧 Technical Details
- All dependencies are now bundled into a single minified file
- Removed unnecessary build artifacts from dist folder
- Updated build process to use tsdown instead of plain tsc
Full Changelog: v0.0.2...v0.0.3