From 5840627bba72e502ebf5afc7febdf8cda1180494 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Feb 2019 07:55:53 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 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)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..ec8c99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 549141d..5dfd655 100644 --- a/package.json +++ b/package.json @@ -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": {