From eb25b32d49aad11a09899005aef8cdac6a51c9e1 Mon Sep 17 00:00:00 2001 From: Giles Date: Wed, 29 Jul 2020 20:48:44 +0100 Subject: [PATCH] chore(release): 0.0.19 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446183c..aa85733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.19](https://sigyl.com/git/jsonnet/compose/compare/v0.0.18...v0.0.19) (2020-07-29) + + +### Bug Fixes + +* just adding a comment should do semver ([f614fcc](https://sigyl.com///commit/f614fccde8a51f2244ec77830d1f5c5ec42ca150)) + ### [0.0.18](https://sigyl.com/git/jsonnet/compose/compare/v0.0.17...v0.0.18) (2020-07-29) ### [0.0.17](https://sigyl.com/git/jsonnet/compose/compare/v0.0.16...v0.0.17) (2020-07-29) diff --git a/package.json b/package.json index 2184b20..d59a150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sigyl/jsonnet-compose", - "version": "0.0.18", + "version": "0.0.19", "description": "function compose", "main": "compose.libsonnet", "scripts": {