We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70efd7c commit dd5cd6fCopy full SHA for dd5cd6f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+
4
+### v4.1.0
5
6
+- support Appcircle PR [1d42c26](https://github.com/watson/ci-info/commit/1d42c26)
7
+- support AWS CodeBuild PR [e6fcdd2](https://github.com/watson/ci-info/commit/e6fcdd2)
8
+- add `ci.id` to return vendor constant [81fd993](https://github.com/watson/ci-info/commit/81fd993)
9
10
## v4.0.0
11
12
- support Earthly CI [fb8bd85](https://github.com/watson/ci-info/commit/fb8bd85)
package.json
@@ -1,6 +1,6 @@
{
"name": "ci-info",
- "version": "4.0.0",
+ "version": "4.1.0",
"description": "Get details about the current Continuous Integration environment",
"main": "index.js",
"typings": "index.d.ts",
0 commit comments