From 26348c1269111c7f6e2b589274e44ebf2649df5e Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 13 Sep 2024 15:49:33 +0200 Subject: [PATCH] 1.10.0 --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36aa10f..de76c72 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ name: Publish package on: release: - types: [ created ] + types: [ published ] permissions: contents: read diff --git a/package.json b/package.json index 51b7fbd..fc95a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testing-farm", - "version": "1.9.2", + "version": "1.10.0", "description": "A NodeJS module to access Testing Farm instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",