Skip to content

Commit

Permalink
chore(v0.1.1): bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jun 29, 2017
1 parent ecd7c43 commit dbd4fd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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._

## v0.1.0 false ( Thu Jun 29 2017 10:39:34 GMT+0900 (JST) )
## v0.1.1 false ( Thu Jun 29 2017 10:42:54 GMT+0900 (JST) )


## Bug Fixes
Expand Down Expand Up @@ -133,6 +133,10 @@ _Veggies is an awesome cucumberjs boilerplate for API/CLI testing. Great for tes
- init repo
([0957cc63](git@github.com:ekino/veggies/commit/0957cc6324f45de8b3d503b1b3f0f9fcf78211a4))

- **release**
- add commands to ease releasing
([ecd7c438](git@github.com:ekino/veggies/commit/ecd7c43813d8b1100bfa5f1e2f300d2ca3a13d64))




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": "veggies",
"version": "0.1.0",
"version": "0.1.1",
"description": "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.",
"tags": [
"bdd",
Expand Down

0 comments on commit dbd4fd8

Please sign in to comment.