Skip to content

Commit

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

## [UNRELEASED]


## v0.3.1 - 2017-11-11

### Feature
- Improve project setup to be able to install sireg with npm: `npm install sireg` or `yarn add sireg`.


## v0.3.0 - 2017-10-28

### Feature
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.3.0",
"version": "0.3.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/sireg-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const sireg: CommanderStatic = require('commander');

// == define CLI commands
sireg
.version('0.3.0');
.version('0.3.1');

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

0 comments on commit e19f703

Please sign in to comment.