Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prma85 committed Feb 16, 2023
1 parent bda3e61 commit 24c9c3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.0] - 02/15/2023

### Changed

- `Node.js` 12 minimum support
- `Mocha` 4 minimum support

### Updated

- All dependencies

## [3.0.0] - 09/21/2020

### Removed
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cypress-teamcity-reporter",
"engines": {
"node": ">=6"
"node": ">=14"
},
"version": "3.0.0",
"version": "4.0.0",
"description": "teamcity reporter for cypress",
"main": "./lib/teamcity.js",
"directories": {
Expand All @@ -29,7 +29,7 @@
"jetbrains"
],
"peerDependencies": {
"mocha": ">=3.5.0"
"mocha": ">=4.0.0"
},
"author": "Paulo Andrade",
"maintainers": [
Expand All @@ -48,10 +48,10 @@
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-babel": "^5.3.1",
"mocha": "^8.1.3"
"mocha": "^10.2.0"
}
}

0 comments on commit 24c9c3d

Please sign in to comment.