Skip to content

Commit

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

## [Unreleased]

## [9.0.1] - 2022-03-04
### Fixed
- Provide correct SHA for GitHub Actions ([#67](https://github.com/cucumber/ci-environment/issues/67), [#69](https://github.com/cucumber/ci-environment/pull/69))

Expand Down Expand Up @@ -143,7 +144,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.0.0...main
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.0.1...main
[9.0.1]: https://github.com/cucumber/ci-environment/compare/v9.0.0...main
[9.0.0]: https://github.com/cucumber/ci-environment/compare/v8.1.0...main
[8.1.0]: https://github.com/cucumber/ci-environment/compare/v8.0.1...v8.1.0
[8.0.1]: https://github.com/cucumber/ci-environment/compare/v8.0.0...v8.0.1
Expand Down
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>9.0.0</version>
<version>9.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": "9.0.0",
"version": "9.0.1",
"description": "Detect CI Environment from environment variables",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0
9.0.1

0 comments on commit 0ef2495

Please sign in to comment.