Skip to content

Commit c5ddcf1

Browse files
committed
Release 9.0.3
1 parent 8067728 commit c5ddcf1

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [9.0.3] - 2022-03-04
1011
### Fixed
1112
- 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))
1213

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

155-
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.0.2...main
156+
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v9.0.3...main
157+
[9.0.3]: https://github.com/cucumber/ci-environment/compare/v9.0.2...main
156158
[9.0.2]: https://github.com/cucumber/ci-environment/compare/v9.0.1...main
157159
[9.0.1]: https://github.com/cucumber/ci-environment/compare/v9.0.0...main
158160
[9.0.0]: https://github.com/cucumber/ci-environment/compare/v8.1.0...main

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>9.0.2</version>
13+
<version>9.0.3</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": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Detect CI Environment from environment variables",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

ruby/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.2
1+
9.0.3

0 commit comments

Comments
 (0)