Skip to content

Commit

Permalink
Release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FaKleiser committed Aug 11, 2017
1 parent 9929e86 commit 8e381df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ This file keeps track of all changes to this project. This project follows [sema

## [UNRELEASED]


## v0.1.1 - 2017-08-11

### Added
- Added `Reporter`s that are capable of reporting the result of a regression test case.
- Added `settings` in test case configuration to customize tool parameters


## v0.1.0 - 2017-08-10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sireg",
"version": "0.1.0",
"version": "0.1.1",
"description": "Regression testing for websites",
"author": "Fabian Keller <[email protected]>",
"homepage": "https://github.com/FaKeller/sireg",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const sireg: CommanderStatic = require('commander');

// == define CLI commands
sireg
.version('0.1.0');
.version('0.1.1');

sireg.command('test <config>')
.description('Execute the given test case')
Expand Down

0 comments on commit 8e381df

Please sign in to comment.