Skip to content

Commit e54695d

Browse files
committed
Release 8.0.0
1 parent 2ee776b commit e54695d

File tree

5 files changed

+25
-22
lines changed

5 files changed

+25
-22
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [8.0.0] - 2021-12-15
911
### Changed
1012
- Make `git` optional, make `git.revision` and `git.remote` mandatory ([#37](https://github.com/cucumber/ci-environment/pull/37))
1113

@@ -122,7 +124,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
122124
### Added
123125
- First release
124126

125-
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v7.0.1...main
127+
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v8.0.0...main
128+
[8.0.0]: https://github.com/cucumber/ci-environment/compare/v7.0.1...main
126129
[7.0.1]: https://github.com/cucumber/ci-environment/compare/v7.0.0...main
127130
[7.0.0]: https://github.com/cucumber/ci-environment/compare/v6.0.4...main
128131
[6.0.4]: https://github.com/cucumber/ci-environment/compare/v6.0.3...v6.0.4

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>ci-environment</artifactId>
13-
<version>7.0.1</version>
13+
<version>8.0.0</version>
1414
<packaging>jar</packaging>
1515
<name>Cucumber CiEnvironment</name>
1616
<description>Detect CI Environment from environment variables</description>

javascript/package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/ci-environment",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "Detect CI Environment from environment variables",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/glob": "7.2.0",
3030
"@types/mocha": "9.0.0",
31-
"@types/node": "16.11.12",
31+
"@types/node": "16.11.13",
3232
"@typescript-eslint/eslint-plugin": "5.7.0",
3333
"@typescript-eslint/parser": "5.7.0",
3434
"eslint": "8.4.1",
@@ -41,7 +41,7 @@
4141
"mocha": "9.1.3",
4242
"prettier": "2.5.1",
4343
"ts-node": "10.4.0",
44-
"typescript": "4.5.3"
44+
"typescript": "4.5.4"
4545
},
4646
"directories": {
4747
"test": "test"

ruby/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.1
1+
8.0.0

0 commit comments

Comments
 (0)