diff --git a/Cargo.lock b/Cargo.lock index 421604210..e7f9572fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "create-comit-app" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/create/CHANGELOG.md b/create/CHANGELOG.md index 25c1b78e5..9a073961e 100644 --- a/create/CHANGELOG.md +++ b/create/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.8.1] - 2020-01-15 + ### Fixed - Fix 404 error during first `yarn create comit-app`. @@ -97,8 +99,9 @@ Meaning that now COMIT Apps must depends on `comit-scripts` package instead of ` First Release 🎉 -[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.8.0...HEAD -[0.7.0]: https://github.com/comit-network/create-comit-app/compare/0.7.0...0.8.0 +[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.8.1...HEAD +[0.8.1]: https://github.com/comit-network/create-comit-app/compare/0.8.0...0.8.1 +[0.8.0]: https://github.com/comit-network/create-comit-app/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/comit-network/create-comit-app/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/comit-network/create-comit-app/compare/0.5.2...0.6.0 [0.5.2]: https://github.com/comit-network/create-comit-app/compare/0.5.1...0.5.2 diff --git a/create/Cargo.toml b/create/Cargo.toml index 4a75303d1..836f9f182 100644 --- a/create/Cargo.toml +++ b/create/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "create-comit-app" -version = "0.8.0" +version = "0.8.1" authors = ["CoBloX developers "] edition = "2018" diff --git a/create/npm/package.json b/create/npm/package.json index 77132f59e..37fb6d7aa 100644 --- a/create/npm/package.json +++ b/create/npm/package.json @@ -1,6 +1,6 @@ { "name": "create-comit-app", - "version": "0.8.0", + "version": "0.8.1", "description": "Create a new COMIT app with one command.", "main": "./main.js", "scripts": {