From ce07a7b715edfca92825b2c793e0e21477c1bd53 Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Fri, 11 Oct 2024 12:10:22 +0530 Subject: [PATCH] initial commit - testing --- .github/workflows/publish.yml | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3fdb6271..67ef5eaf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,7 @@ name: Publish on: release: types: [published] + push: jobs: publish: diff --git a/package-lock.json b/package-lock.json index ea39524f..abda5005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xero-node", - "version": "9.3.0", + "version": "9.3.0-alpha.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xero-node", - "version": "9.3.0", + "version": "9.3.0-alpha.5", "license": "MIT", "dependencies": { "axios": "^1.7.7", diff --git a/package.json b/package.json index 182d55e0..15d3a312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xero-node", - "version": "9.3.0", + "version": "9.3.0-alpha.5", "description": "Xero NodeJS OAuth 2.0 client for xero-node", "main": "dist/index.js", "types": "dist/index.d.ts",