Tags: faststats-dev/sourcemaps
Tags
feat: enhance publish-proguard-plugin script to create GitHub releases - Added functionality to read package information from package.json. - Implemented logic to create a GitHub release if it does not already exist. - Improved error handling for release creation process. - Exited gracefully based on the presence of GitHub Actions environment variables.
chore: update dependencies and add changelog functionality - Added @types/node dependency to package.json and bun.lock. - Updated @types/node version in bun.lock. - Changed changelog configuration to use @changesets/changelog-github. - Introduced scripts for parsing changelog sections and syncing ProGuard version. - Created initial CHANGELOG.md for the ProGuard plugin.