From 641a793fb38c0636fe5cdc14231ef5aec11d2a05 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 31 Jan 2020 17:03:44 +1100 Subject: [PATCH] Release comit-scripts 0.8.3 --- Cargo.lock | 2 +- scripts/CHANGELOG.md | 6 +++++- scripts/Cargo.toml | 2 +- scripts/npm/package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 489bca4f1..73462ac3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "comit-scripts" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "bitcoin 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index b2a7df23f..8150ffe4c 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.8.3] - 2020-01-31 + ### Fixed - `chain_id`: for Ethereum we now use `chain_id` instead of a string naming the network. @@ -26,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Which means that COMIT App should import dev dependency `comit-scripts` instead of `create-comit-app`. See `../create/CHANGELOG.md` for historical changes. -[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.8.1...HEAD +[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.8.3...HEAD +[0.8.3]: https://github.com/comit-network/create-comit-app/compare/0.8.2...comit-scripts-0.8.3 +[0.8.2]: https://github.com/comit-network/create-comit-app/compare/0.8.1...comit-scripts-0.8.2 [0.8.1]: https://github.com/comit-network/create-comit-app/compare/0.8.0...comit-scripts-0.8.1 [0.8.0]: https://github.com/comit-network/create-comit-app/compare/0.7.0...comit-scripts-0.8.0 diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index f3580af17..8f0e28093 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comit-scripts" -version = "0.8.2" +version = "0.8.3" authors = ["CoBloX developers "] edition = "2018" diff --git a/scripts/npm/package.json b/scripts/npm/package.json index b288073d6..a17c4133b 100644 --- a/scripts/npm/package.json +++ b/scripts/npm/package.json @@ -1,6 +1,6 @@ { "name": "comit-scripts", - "version": "0.8.2", + "version": "0.8.3", "description": "Set up a local development environment for COMIT apps with one command.", "main": "./main.js", "scripts": {