@@ -62,6 +62,8 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v4
+ with:
+ token: ${{ secrets.ANZA_TEAM_PAT }}
- name: Setup Environment
uses: ./.github/actions/setup
@@ -1,6 +1,6 @@
{
"name": "@solana-program/token",
- "version": "0.4.1",
+ "version": "0.5.0",
"description": "JavaScript client for the Token program",
"sideEffects": false,
"module": "./dist/src/index.mjs",