diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e96cee3c..4299c299 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,6 @@ name: Publish on: release: types: [published] - push: jobs: publish: diff --git a/package-lock.json b/package-lock.json index 1c923aee..93aea2d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xero-node", - "version": "9.0.0", + "version": "9.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xero-node", - "version": "9.0.0", + "version": "9.3.0", "license": "MIT", "dependencies": { "axios": "^1.6.5", diff --git a/package.json b/package.json index e7991034..47485b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xero-node", - "version": "9.3.0-alpha.1", + "version": "9.3.0", "description": "Xero NodeJS OAuth 2.0 client for xero-node", "main": "dist/index.js", "types": "dist/index.d.ts",