Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miyajan committed Mar 23, 2017
1 parent f65f11f commit cbe356a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.2.0 (2017-03-23)


#### Features

* **cli:**
* find .jflintrc from the current directory all the way up to the filesystem root ([319a80cd](https://github.com/miyajan/jflint/commit/319a80cd078e21cf105767a7a63dd3541cd709a9))


### 0.1.1 (2017-03-17)

* update readme
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jflint",
"version": "0.1.1",
"version": "0.2.0",
"description": "A client tool to lint Jenkinsfile",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -42,4 +42,4 @@
"power-assert": "^1.4.2",
"proxyquire": "^1.7.11"
}
}
}

0 comments on commit cbe356a

Please sign in to comment.