chore(release): 0.0.3

This commit is contained in:
Giles Bradshaw 2020-07-29 17:16:19 +01:00
parent 48ac8e77b0
commit c74ead30e5
2 changed files with 11 additions and 2 deletions

5
CHANGELOG.md Normal file
View File

@ -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)

View File

@ -1,9 +1,10 @@
{
"name": "@sigyl/jsonnet-compose",
"version": "0.0.2",
"version": "0.0.3",
"description": "function compose",
"main": "compose.libsonnet",
"scripts": {
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@ -16,5 +17,8 @@
"compose"
],
"author": "giles bradshaw",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"standard-version": "^8.0.2"
}
}