2.0.0 • Published 8 days ago
@solana-program/token-wrap v2.0.0
@solana-program/token-wrap
TypeScript client for the Solana Token Wrap program.
📦 Publishing to NPM
This package uses Changesets and GitHub Actions to manage versioning and publishing.
🚀 Publishing Steps
- Ensure you have the changesets CLI installed.
- Create a Changeset
Run the following to document your changes and select a version bump:
pnpm changeset
- Version the release (will bump the local package version and add to the changelog)
pnpm changeset version
- Create a PR with the changes and merge! The github action will detect the difference in versions and publish automatically.