Skip to content

Commit

Permalink
chore(v0.2.0): bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jul 4, 2017
1 parent 6986f91 commit f079775
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_Veggies is an awesome cucumberjs boilerplate for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co._

## v2.0.0 v0.1.2 ( Sun Jul 02 2017 12:55:59 GMT+0900 (JST) )
## v0.2.0 v0.1.2 ( Mon Jul 03 2017 12:51:55 GMT+0900 (JST) )


## Bug Fixes
Expand Down Expand Up @@ -79,6 +79,10 @@ _Veggies is an awesome cucumberjs boilerplate for API/CLI testing. Great for tes
- add .editorconfig
([caa3acc3](git@github.com:ekino/veggies/commit/caa3acc380b1e83cbda86331802734e8cb8ef753))

- **github**
- add GitHub issue PR templates
([c247c234](git@github.com:ekino/veggies/commit/c247c2343b6cebf033c3f7eb3d111dc6a59d6420))

- **identity**
- update banner
([df3ffee6](git@github.com:ekino/veggies/commit/df3ffee66dbf49b0e07593e6233017552b5b386d))
Expand All @@ -89,6 +93,14 @@ _Veggies is an awesome cucumberjs boilerplate for API/CLI testing. Great for tes
- add custom banner
([d275fb2d](git@github.com:ekino/veggies/commit/d275fb2dfd31d8d47122188b45cfc79382936dfb))

- **package**
- update .npmignore
([e0c116c9](git@github.com:ekino/veggies/commit/e0c116c944fdd9a0945ff278905eec2eee6e0681))

- **v2.0.0**
- bump version to 2.0.0
([5575b2f2](git@github.com:ekino/veggies/commit/5575b2f2bfb03e8562901d671fa491c776cca977))




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": "@ekino/veggies",
"version": "2.0.0",
"version": "0.2.0",
"description": "Veggies is an awesome cucumberjs library for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co.",
"tags": [
"bdd",
Expand Down

0 comments on commit f079775

Please sign in to comment.