Skip to content

Commit

Permalink
Bump to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Mar 31, 2019
1 parent 83bfd6d commit 5796cc7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.0.1 (March 31, 2019)

### Bugfix

* Fixed issue of listing files with spaces within their names
* Improved documentation


## 2.0.0 (March 27, 2019)

### Second release
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": "summary-more",
"version": "2.0.0",
"version": "2.0.1",
"description": "summary-more is a tool that search for all *.md files in your project and list them in the README.md file.",
"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 @@ -13,7 +13,7 @@ export class Configurer {
}

private setupOptions(): void {
const version = '2.0.0'
const version = '2.0.1'

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

0 comments on commit 5796cc7

Please sign in to comment.