diff --git a/CHANGELOG.md b/CHANGELOG.md index b338dc4..09ad18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.0.2](https://sigyl.com/git/sigyl/jsonnet-compose/compare/v1.0.1...v1.0.2) (2020-07-30) + ### [1.0.1](https://sigyl.com/git/sigyl/jsonnet-compose/compare/v1.0.0...v1.0.1) (2020-07-30) ## [1.0.0](https://sigyl.com/git/sigyl/jsonnet-compose/compare/v0.0.2...v1.0.0) (2020-07-30) diff --git a/package.json b/package.json index 3619291..c062785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sigyl/jsonnet-compose", - "version": "1.0.1", + "version": "1.0.2", "description": "function compose", "main": "compose.libsonnet", "scripts": {