Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 2, 2022
1 parent 7304bfa commit ab14e0c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [8.1.0] - 2022-01-02
### Added
- [JavaScript] - package as hybrid esm/commonjs module ([#47](https://github.com/cucumber/ci-environment/pull/47))

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

[Unreleased]: https://github.com/cucumber/ci-environment/compare/v8.0.1...main
[Unreleased]: 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
[8.0.0]: https://github.com/cucumber/ci-environment/compare/v7.0.1...v8.0.0
[7.0.1]: https://github.com/cucumber/ci-environment/compare/v7.0.0...v7.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>8.0.2-SNAPSHOT</version>
<version>8.1.0</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": "8.0.1",
"version": "8.1.0",
"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 @@
8.0.1
8.1.0

0 comments on commit ab14e0c

Please sign in to comment.