Skip to content

v0.0.3 - Fix GitHub Action Bundling

Choose a tag to compare

@dcramer dcramer released this 17 Jul 00:57
· 17 commits to main since this release

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