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

Commit

Permalink
Release create-comit-app 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
da-kami committed Apr 9, 2020
1 parent ac0138a commit 570eeb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.

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

## Unreleased

## [0.9.1] - 2020-04-09

### Fixed
- Fix missing dependency in `package.json` of create template project.

Expand Down
2 changes: 1 addition & 1 deletion create/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "create-comit-app"
version = "0.9.0"
version = "0.9.1"
authors = ["CoBloX developers <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion create/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-comit-app",
"version": "0.9.0",
"version": "0.9.1",
"description": "Create a new COMIT app with one command.",
"main": "./main.js",
"scripts": {
Expand Down

0 comments on commit 570eeb4

Please sign in to comment.