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",