Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit efe68b3

Browse files
author
Franck Royer
committed
Release comit-scripts 0.8.1
1 parent 0b10c51 commit efe68b3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [0.8.1] - 2020-01-15
10+
911
### Fixed
1012
- Fix 404 error during start-env.
1113

@@ -16,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618
Which means that COMIT App should import dev dependency `comit-scripts` instead of `create-comit-app`.
1719
See `../create/CHANGELOG.md` for historical changes.
1820

19-
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.8.0...HEAD
21+
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.8.1...HEAD
22+
[0.8.1]: https://github.com/comit-network/create-comit-app/compare/0.8.0...comit-scripts-0.8.1
2023
[0.8.0]: https://github.com/comit-network/create-comit-app/compare/0.7.0...comit-scripts-0.8.0

scripts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comit-scripts"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["CoBloX developers <team@coblox.tech>"]
55
edition = "2018"
66

scripts/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comit-scripts",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Set up a local development environment for COMIT apps with one command.",
55
"main": "./main.js",
66
"scripts": {

0 commit comments

Comments
 (0)