From 4fdf631e6e8a52780dab753d9ff1a84e5c63dacb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 20:52:57 +0200 Subject: [PATCH] chore: release 1.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bac499..b938d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.5.0](https://www.github.com/dlenroc/node-testrail-api/compare/v1.4.4...v1.5.0) (2022-01-11) + + +### Features + +* TestRail 7.3 support ([ad864a4](https://www.github.com/dlenroc/node-testrail-api/commit/ad864a44b4251065f3afa86a95876758be72d96e)) + ### [1.4.4](https://www.github.com/dlenroc/node-testrail-api/compare/v1.4.3...v1.4.4) (2021-09-21) diff --git a/package.json b/package.json index 23d8ee8..ea01012 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dlenroc/testrail", "description": "TestRail API client with error handling and typing", - "version": "1.4.4", + "version": "1.5.0", "author": "Corneliu Duplachi", "license": "MIT", "homepage": "https://github.com/dlenroc/node-testrail-api",