From c74ead30e5dd079129a622fc7d38567182ae65b5 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 29 Jul 2020 17:16:19 +0100 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 5 +++++ package.json | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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" + } }