Skip to content

Commit 3c0ff37

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.0...v2.0.0) (2019-09-04) ### Features * **typescript:** adjust docs ([5664b92](5664b92)) ### BREAKING CHANGES * **typescript:** Project is now updated to Typescript
1 parent 762ece8 commit 3c0ff37

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/kreuzerk/node-command-line-starter/compare/v1.0.0...v2.0.0) (2019-09-04)
2+
3+
4+
### Features
5+
6+
* **typescript:** adjust docs ([5664b92](https://github.com/kreuzerk/node-command-line-starter/commit/5664b92))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **typescript:** Project is now updated to Typescript
12+
113
# 1.0.0 (2019-02-23)
214

315

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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Starter to create node-command-line utilities",
55
"main": "index.js",
66
"husky": {

0 commit comments

Comments
 (0)