diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a588b1c --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8e7f167..ef5b53d 100644 --- a/package.json +++ b/package.json @@ -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" + } }