chore(release): 0.0.4
This commit is contained in:
parent
c74ead30e5
commit
8d98b8f93a
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [0.0.4](https://sigyl.com///compare/v0.0.3...v0.0.4) (2020-07-29)
|
||||||
|
|
||||||
### 0.0.3 (2020-07-29)
|
### 0.0.3 (2020-07-29)
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@sigyl/jsonnet-compose",
|
"name": "@sigyl/jsonnet-compose",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "function compose",
|
"description": "function compose",
|
||||||
"main": "compose.libsonnet",
|
"main": "compose.libsonnet",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"publish": "git push --follow-tags origin master && npm publish",
|
||||||
"release": "standard-version",
|
"release": "standard-version",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue