Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-02-23)

### Features

* **order:** display order in boxes ([05f2cd2](05f2cd2))
* **order:** write order to file ([e971858](e971858))
* **starter:** initial commit - add starter files ([2cbf0b3](2cbf0b3))
* **starter:** log food to console ([916154b](916154b))
  • Loading branch information
semantic-release-bot committed Feb 23, 2019
1 parent 3f73afe commit 5840627
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.0 (2019-02-23)


### Features

* **order:** display order in boxes ([05f2cd2](https://github.com/kreuzerk/node-command-line-starter/commit/05f2cd2))
* **order:** write order to file ([e971858](https://github.com/kreuzerk/node-command-line-starter/commit/e971858))
* **starter:** initial commit - add starter files ([2cbf0b3](https://github.com/kreuzerk/node-command-line-starter/commit/2cbf0b3))
* **starter:** log food to console ([916154b](https://github.com/kreuzerk/node-command-line-starter/commit/916154b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-command-line-starter",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "Starter to create node-command-line utilities",
"main": "index.js",
"husky": {
Expand Down

0 comments on commit 5840627

Please sign in to comment.