Skip to content

Commit 5840627

Browse files
chore(release): 1.0.0 [skip ci]
# 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))
1 parent 3f73afe commit 5840627

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 1.0.0 (2019-02-23)
2+
3+
4+
### Features
5+
6+
* **order:** display order in boxes ([05f2cd2](https://github.com/kreuzerk/node-command-line-starter/commit/05f2cd2))
7+
* **order:** write order to file ([e971858](https://github.com/kreuzerk/node-command-line-starter/commit/e971858))
8+
* **starter:** initial commit - add starter files ([2cbf0b3](https://github.com/kreuzerk/node-command-line-starter/commit/2cbf0b3))
9+
* **starter:** log food to console ([916154b](https://github.com/kreuzerk/node-command-line-starter/commit/916154b))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-command-line-starter",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "Starter to create node-command-line utilities",
55
"main": "index.js",
66
"husky": {

0 commit comments

Comments
 (0)