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 0a3b784 commit bf7d1a5Copy full SHA for bf7d1a5
.travis.yml
@@ -14,6 +14,5 @@ deploy:
14
email: "$NPM_EMAIL"
15
api_key: "$NPM_TOKEN"
16
skip_cleanup: true
17
- tag: beta
18
on:
19
tags: true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kentico/kontent-cli",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Command line interface tool that can be used for generating and running Kontent migration scripts",
5
"main": "./lib/index.js",
6
"types": "./lib/types/index.d.ts",
0 commit comments