Skip to content

Commit

Permalink
Bump to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Feb 22, 2019
1 parent b91664a commit 22c46dc
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
@@ -1,3 +1,10 @@
## 1.1.1 (February 22, 2019)

### New feature

* Configuration output folder of the report


## 1.1.0 (February 18, 2019)

### Documentation, Upgrade of libraries, Improvements
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": "gherkin-detailer",
"version": "1.1.0",
"version": "1.1.1",
"description": "gherkin-detailer is a tool that check the gherkins included in you project and list them",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/class/configurer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class Configurer {
}

private setupOptions(): void {
const version = '1.1.0';
const version = '1.1.1';

program
.version(version, '-v, --version')
Expand Down

0 comments on commit 22c46dc

Please sign in to comment.