From b119beac7dd845520f0bf1fe50a8218adffa23cf Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 29 Mar 2023 15:07:33 +0200 Subject: [PATCH] 1.3.1 --- .releaserc.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.releaserc.yml b/.releaserc.yml index 4dd4caa..fdaa2a9 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -1,6 +1,6 @@ --- branches: - - main + - refs/tags/v*.*.* ... diff --git a/package.json b/package.json index b0046c0..f61cfaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testing-farm", - "version": "1.3.0", + "version": "1.3.1", "description": "A NodeJS module to access Testing Farm instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",