From 23d155bb6089fc483b6bdba0e3df86be290b6b49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Feb 2023 21:11:27 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/enterprise-cmcs/macpro-security-hub-sync/compare/v1.0.0...v1.0.1) (2023-02-03) ### Bug Fixes * **codeclimate:** update codeclimate.com badges in README.md ([fcd3848](https://github.com/enterprise-cmcs/macpro-security-hub-sync/commit/fcd3848a90a5cc5c00fd21dfb26b2d79bad50616)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7fa2b..ef0f07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/enterprise-cmcs/macpro-security-hub-sync/compare/v1.0.0...v1.0.1) (2023-02-03) + + +### Bug Fixes + +* **codeclimate:** update codeclimate.com badges in README.md ([fcd3848](https://github.com/enterprise-cmcs/macpro-security-hub-sync/commit/fcd3848a90a5cc5c00fd21dfb26b2d79bad50616)) + # 1.0.0 (2023-02-03) diff --git a/package.json b/package.json index f4f6b77..b63b5c4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.0.1", "description": "NPM module to create Jira issues for all findings in Security Hub for the current AWS account..", "main": "./dist/index.js", "typings": "./dist/index.js",