Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Dec 15, 2021
1 parent 2ee776b commit e54695d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 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.0.0] - 2021-12-15
### Changed
- Make `git` optional, make `git.revision` and `git.remote` mandatory ([#37](https://github.com/cucumber/ci-environment/pull/37))

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

[Unreleased]: https://github.com/cucumber/ci-environment/compare/v7.0.1...main
[Unreleased]: https://github.com/cucumber/ci-environment/compare/v8.0.0...main
[8.0.0]: 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
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>7.0.1</version>
<version>8.0.0</version>
<packaging>jar</packaging>
<name>Cucumber CiEnvironment</name>
<description>Detect CI Environment from environment variables</description>
Expand Down
32 changes: 16 additions & 16 deletions javascript/package-lock.json

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

6 changes: 3 additions & 3 deletions javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/ci-environment",
"version": "7.0.1",
"version": "8.0.0",
"description": "Detect CI Environment from environment variables",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/glob": "7.2.0",
"@types/mocha": "9.0.0",
"@types/node": "16.11.12",
"@types/node": "16.11.13",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"eslint": "8.4.1",
Expand All @@ -41,7 +41,7 @@
"mocha": "9.1.3",
"prettier": "2.5.1",
"ts-node": "10.4.0",
"typescript": "4.5.3"
"typescript": "4.5.4"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
8.0.0

0 comments on commit e54695d

Please sign in to comment.