Skip to content

Commit

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


## v0.2.1 - 2017-09-13

Maintenance Release - updating deployment pipeline.


## v0.2.0 - 2017-08-28

### Added
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.1",
"version": "0.2.1",
"description": "Regression testing for websites",
"author": "Fabian Keller <contact@fabian-keller.de>",
"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.2.0');
.version('0.2.1');

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

0 comments on commit fd042c2

Please sign in to comment.