Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.2.0] - 2018-06-18
### Changed
- Upgrade mocha-sinon-chai to version 2.6.0, which provides the `assert` chai method.
- Upgrade all other dependencies.

## [1.1.0] - 2018-06-03
### Added
- Add new custom "wait-on" value to wait for a service to be finished: wait-on: exit:service-name
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narval",
"version": "1.1.0",
"version": "1.2.0",
"description": "Multi test suites runner for Node.js packages. Docker based",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -39,11 +39,11 @@
"commander": "2.15.1",
"fs-extra": "6.0.1",
"handlebars": "4.0.11",
"js-yaml": "3.11.0",
"js-yaml": "3.12.0",
"lodash": "4.17.10",
"mocha-sinon-chai": "2.4.0",
"mocha-sinon-chai": "2.6.0",
"standard": "11.0.1",
"tracer": "0.8.15",
"tracer": "0.9.0",
"tree-kill": "1.2.0",
"wait-on": "2.1.0",
"strip-ansi": "4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=narval
sonar.projectVersion=1.1.0
sonar.projectVersion=1.2.0

sonar.sources=.
sonar.exclusions=node_modules/**,test/integration/packages/**
Expand Down