Bump version to 0.0.8
This commit is contained in:
parent
e3a2028a20
commit
1bb68228d8
1
Makefile
1
Makefile
@ -13,6 +13,7 @@ git-commit:
|
|||||||
$(eval NEW_VERSION := $(shell jq -r '.version' package.json))
|
$(eval NEW_VERSION := $(shell jq -r '.version' package.json))
|
||||||
@git add .
|
@git add .
|
||||||
@git commit -m "Bump version to $(NEW_VERSION)"
|
@git commit -m "Bump version to $(NEW_VERSION)"
|
||||||
|
@git push origin
|
||||||
|
|
||||||
# Target to execute npm pack
|
# Target to execute npm pack
|
||||||
pack: clean bump-version git-commit
|
pack: clean bump-version git-commit
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
|
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user