Skip to content

Commit

Permalink
release: v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jan 2, 2023
1 parent 91f3d2b commit f8d37a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -42,4 +42,4 @@
"engines": {
"node": ">=8"
}
}
}

0 comments on commit f8d37a3

Please sign in to comment.