From 1afbea3d66b9b26bf1bc1ec60c600e5ea7677a89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jun 2020 10:56:24 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/eik-lib/cli/compare/v1.0.0...v1.1.0) (2020-06-23) ### Bug Fixes * convert object to string for writeFileSync ([d0da8e4](https://github.com/eik-lib/cli/commit/d0da8e4c934a0347e0d71ac48edb6dab4b454d55)) * do not cleanup tmp files on dry run ([85a2bbc](https://github.com/eik-lib/cli/commit/85a2bbc9a425122bc884840558fcf89af5a28212)) * use ssri module to stabilize hashing ([9d9ccc1](https://github.com/eik-lib/cli/commit/9d9ccc16340172d11bc9c98eb311f8ee77ddb320)) ### Features * re-implement error codes, fix hard coded dependency path ([0326b76](https://github.com/eik-lib/cli/commit/0326b760fb53dca63fd4b233bfcf60dd50655ec8)) * rename assets.json to eik.json ([e8bd24d](https://github.com/eik-lib/cli/commit/e8bd24d8818606dd2648110a9ab0068279daa45b)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9744fca0..a48abbc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.1.0](https://github.com/eik-lib/cli/compare/v1.0.0...v1.1.0) (2020-06-23) + + +### Bug Fixes + +* convert object to string for writeFileSync ([d0da8e4](https://github.com/eik-lib/cli/commit/d0da8e4c934a0347e0d71ac48edb6dab4b454d55)) +* do not cleanup tmp files on dry run ([85a2bbc](https://github.com/eik-lib/cli/commit/85a2bbc9a425122bc884840558fcf89af5a28212)) +* use ssri module to stabilize hashing ([9d9ccc1](https://github.com/eik-lib/cli/commit/9d9ccc16340172d11bc9c98eb311f8ee77ddb320)) + + +### Features + +* re-implement error codes, fix hard coded dependency path ([0326b76](https://github.com/eik-lib/cli/commit/0326b760fb53dca63fd4b233bfcf60dd50655ec8)) +* rename assets.json to eik.json ([e8bd24d](https://github.com/eik-lib/cli/commit/e8bd24d8818606dd2648110a9ab0068279daa45b)) + # 1.0.0 (2020-06-15) diff --git a/package.json b/package.json index fa0bbcaa..61baf3ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/cli", - "version": "1.1.0-beta.1", + "version": "1.1.0", "description": "Cli tool for publishing assets", "main": "index.js", "bin": {