chore(release): 0.0.3
This commit is contained in:
parent
48ac8e77b0
commit
c74ead30e5
|
@ -0,0 +1,5 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
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.3 (2020-07-29)
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@sigyl/jsonnet-compose",
|
"name": "@sigyl/jsonnet-compose",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "function compose",
|
"description": "function compose",
|
||||||
"main": "compose.libsonnet",
|
"main": "compose.libsonnet",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"release": "standard-version",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -16,5 +17,8 @@
|
||||||
"compose"
|
"compose"
|
||||||
],
|
],
|
||||||
"author": "giles bradshaw",
|
"author": "giles bradshaw",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"devDependencies": {
|
||||||
|
"standard-version": "^8.0.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue