File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 7.0.1] - 2021-12-08
11
+ ### Fixed
12
+ - Fix Ruby release
13
+
10
14
## [ 7.0.0] - 2021-12-08
11
15
### Changed
12
16
- 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/).
116
120
### Added
117
121
- First release
118
122
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
120
125
[ 7.0.0 ] : https://github.com/cucumber/ci-environment/compare/v6.0.4...main
121
126
[ 6.0.4 ] : https://github.com/cucumber/ci-environment/compare/v6.0.3...v6.0.4
122
127
[ 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/).
133
138
[ 1.2.0 ] : https://github.com/cucumber/ci-environment/compare/v1.1.0...v1.2.0
134
139
[ 1.1.0 ] : https://github.com/cucumber/ci-environment/compare/v1.0.0...v1.1.0
135
140
[ 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
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >ci-environment</artifactId >
13
- <version >7.0.0 </version >
13
+ <version >7.0.1 </version >
14
14
<packaging >jar</packaging >
15
15
<name >Cucumber CiEnvironment</name >
16
16
<description >Detect CI Environment from environment variables</description >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/ci-environment" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"description" : " Detect CI Environment from environment variables" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- 7.0.0
1
+ 7.0.1
You can’t perform that action at this time.
0 commit comments