We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762ece8 commit 3c0ff37Copy full SHA for 3c0ff37
CHANGELOG.md
@@ -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
13
# 1.0.0 (2019-02-23)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "node-command-line-starter",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "Starter to create node-command-line utilities",
"main": "index.js",
"husky": {
0 commit comments