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

Commit

Permalink
Release comit-scripts 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Jan 10, 2020
1 parent 0048c03 commit 7491109
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.8.0] - 2020-01-10

### Changed
- The booting of a development environment, `start-env`, is now isolated to the `comit-scripts` package.
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/master
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/comit-scripts-0.8.0...HEAD
[0.8.0]: https://github.com/comit-network/create-comit-app/compare/0.7.0...comit-scripts-0.8.0
2 changes: 1 addition & 1 deletion scripts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comit-scripts"
version = "0.7.0"
version = "0.8.0"
authors = ["CoBloX developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion scripts/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comit-scripts",
"version": "0.7.0",
"version": "0.8.0",
"description": "Set up a local development environment for COMIT apps with one command.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 7491109

Please sign in to comment.