Compare commits

...

2 Commits

Author SHA1 Message Date
Giles eb25b32d49 chore(release): 0.0.19 2020-07-29 20:48:44 +01:00
Giles f614fccde8 fix: just adding a comment should do semver 2020-07-29 20:47:54 +01:00
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[
{
// test pipeline
name: 'test pipe',
kind: 'pipeline',
type: 'docker',

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@sigyl/jsonnet-compose",
"version": "0.0.18",
"version": "0.0.19",
"description": "function compose",
"main": "compose.libsonnet",
"scripts": {