Skip to content

Commit

Permalink
Release 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Mar 4, 2022
1 parent 8067728 commit c5ddcf1
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.3] - 2022-03-04
### Fixed
- Handle GitHub Action `opened` as well as `synchronize` event (and any other `pull_request` event with `.pull_request.head.sha` in the event payload) ([#86](https://github.com/cucumber/ci-environment/issues/86), [#87](https://github.com/cucumber/ci-environment/pull/87))

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

[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.0.2...main
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.0.3...main
[9.0.3]: https://github.com/cucumber/ci-environment/compare/v9.0.2...main
[9.0.2]: 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
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.2</version>
<version>9.0.3</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.2",
"version": "9.0.3",
"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.2
9.0.3

0 comments on commit c5ddcf1

Please sign in to comment.