From 365fa4ee7df5f73e179534d7a41f57f5ff35d6b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Apr 2024 23:40:40 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/Aeolun/ts-jira-client/compare/v1.0.1...v1.0.2) (2024-04-01) ### Bug Fixes * corrected the strictSSL setting for the jira client ([#1](https://github.com/Aeolun/ts-jira-client/issues/1)) ([03da7b2](https://github.com/Aeolun/ts-jira-client/commit/03da7b209aae320cd2499901e53fc6a716bd0f19)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3836fec..cc3e0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/Aeolun/ts-jira-client/compare/v1.0.1...v1.0.2) (2024-04-01) + + +### Bug Fixes + +* corrected the strictSSL setting for the jira client ([#1](https://github.com/Aeolun/ts-jira-client/issues/1)) ([03da7b2](https://github.com/Aeolun/ts-jira-client/commit/03da7b209aae320cd2499901e53fc6a716bd0f19)) + ## [1.0.1](https://github.com/Aeolun/ts-jira-client/compare/v1.0.0...v1.0.1) (2024-02-05) diff --git a/package.json b/package.json index 6142321..a86a1e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-jira-client", - "version": "1.0.1", + "version": "1.0.2", "description": "Wrapper for the JIRA API, based off jira-client", "authors": [ "Bart Riepe ",