Skip to content

Commit e97900e

Browse files
committed
Release 7.0.1
1 parent e99c9b0 commit e97900e

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [7.0.1] - 2021-12-08
11+
### Fixed
12+
- Fix Ruby release
13+
1014
## [7.0.0] - 2021-12-08
1115
### Changed
1216
- This library has been renamed to `ci-environment` and no longer depends on Cucumber `messages`.
@@ -116,7 +120,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
116120
### Added
117121
- First release
118122

119-
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v7.0.0...main
123+
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v7.0.1...main
124+
[7.0.1]: https://github.com/cucumber/ci-environment/compare/v7.0.0...main
120125
[7.0.0]: https://github.com/cucumber/ci-environment/compare/v6.0.4...main
121126
[6.0.4]: https://github.com/cucumber/ci-environment/compare/v6.0.3...v6.0.4
122127
[6.0.3]: https://github.com/cucumber/ci-environment/compare/v6.0.2...v6.0.3
@@ -133,5 +138,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
133138
[1.2.0]: https://github.com/cucumber/ci-environment/compare/v1.1.0...v1.2.0
134139
[1.1.0]: https://github.com/cucumber/ci-environment/compare/v1.0.0...v1.1.0
135140
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0
136-
https://github.com/kgeilmann
137-
[vincent-psarga]: https://github.com/vincent-psarga

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.0</version>
13+
<version>7.0.1</version>
1414
<packaging>jar</packaging>
1515
<name>Cucumber CiEnvironment</name>
1616
<description>Detect CI Environment from environment variables</description>

javascript/package-lock.json

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

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/ci-environment",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Detect CI Environment from environment variables",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

ruby/VERSION

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

0 commit comments

Comments
 (0)