diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5666d54..b5b966f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c798a..ca53063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/bridgecrewio/redshirts/compare/redshirts-v0.5.1...redshirts-v0.6.0) (2023-06-06) + + +### Features + +* filter out all github noreply email addresses ([#81](https://github.com/bridgecrewio/redshirts/issues/81)) ([f847416](https://github.com/bridgecrewio/redshirts/commit/f8474167b6233ef5ee639facb066de036e52dc80)) + ## [0.5.1](https://github.com/bridgecrewio/redshirts/compare/redshirts-v0.5.0...redshirts-v0.5.1) (2023-05-23) diff --git a/package.json b/package.json index 9671190..065b58a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paloaltonetworks/redshirts", - "version": "0.5.1", + "version": "0.6.0", "description": "Counts contributors for git repositories in the same way that Prisma Cloud Code Security counts them for developer-based pricing. Use this tool to estimate the impact on credit consumption prior to connecting repos to the platform. Note that while this tool applies the same logic as the platform when identifying users, due to the timing of platform scans, differences in repo visibility for different access tokens, etc, these results may not exactly match those in the platform. Report issues to your account team, PANW support, or at https://github.com/bridgecrewio/redshirts", "author": "Palo Alto Networks", "bin": {