Skip to content

Commit

Permalink
Release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Dec 8, 2021
1 parent e99c9b0 commit e97900e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [7.0.1] - 2021-12-08
### Fixed
- Fix Ruby release

## [7.0.0] - 2021-12-08
### Changed
- This library has been renamed to `ci-environment` and no longer depends on Cucumber `messages`.
Expand Down Expand Up @@ -116,7 +120,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/ci-environment/compare/v7.0.0...main
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v7.0.1...main
[7.0.1]: https://github.com/cucumber/ci-environment/compare/v7.0.0...main
[7.0.0]: https://github.com/cucumber/ci-environment/compare/v6.0.4...main
[6.0.4]: https://github.com/cucumber/ci-environment/compare/v6.0.3...v6.0.4
[6.0.3]: https://github.com/cucumber/ci-environment/compare/v6.0.2...v6.0.3
Expand All @@ -133,5 +138,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[1.2.0]: https://github.com/cucumber/ci-environment/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/cucumber/ci-environment/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0
https://github.com/kgeilmann
[vincent-psarga]: https://github.com/vincent-psarga
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>ci-environment</artifactId>
<version>7.0.0</version>
<version>7.0.1</version>
<packaging>jar</packaging>
<name>Cucumber CiEnvironment</name>
<description>Detect CI Environment from environment variables</description>
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/ci-environment",
"version": "7.0.0",
"version": "7.0.1",
"description": "Detect CI Environment from environment variables",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0
7.0.1

0 comments on commit e97900e

Please sign in to comment.