diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e5e74..7e748e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.7.1 + +- ignore ci detection when CI is set to `'false'` [24cc450](https://github.com/watson/ci-info/commit/24cc450) + ## v3.7.0 - support Sourcehut CI [85b96ea](https://github.com/watson/ci-info/commit/85b96ea) diff --git a/package.json b/package.json index f04df34..e05f375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ci-info", - "version": "3.7.0", + "version": "3.7.1", "description": "Get details about the current Continuous Integration environment", "main": "index.js", "typings": "index.d.ts", @@ -42,4 +42,4 @@ "engines": { "node": ">=8" } -} \ No newline at end of file +}