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

Commit a881d2a

Browse files
bors[bot]Franck Royer
andauthored
Merge #243
243: Release 0.5.1 r=D4nte a=D4nte Co-authored-by: Franck Royer <franck@coblox.tech>
2 parents 9e9c121 + 869ae2a commit a881d2a

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/release-bin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: actions/setup-node@v1
5454
with:
5555
node-version: 10.x
56+
always-auth: true
5657
- name: Build
5758
run: |
5859
cd .npm
@@ -61,6 +62,7 @@ jobs:
6162
- name: Release on NPM
6263
if: startsWith(github.ref, 'refs/tags/')
6364
run: |
65+
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
6466
cd .npm
6567
yarn publish
6668
env:

.npm/package.json

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

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.1] - 2019-12-02
10+
911
## Fixed
10-
- Upgrade `separate_apps` example to comit-sdk 0.7.0 to fix maker auto-accept.
12+
- Upgrade `separate_apps` example to comit-sdk 0.7.1 to fix maker auto-accept.
1113
- Add code comments in `separate_apps` to describe the behaviour and help app developers understand how to use COMIT SDK.
1214

1315
## [0.5.0] - 2019-11-28
@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6466

6567
First Release 🎉
6668

67-
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.0...HEAD
69+
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.1...HEAD
70+
[0.5.1]: https://github.com/comit-network/create-comit-app/compare/0.5.0...0.5.1
6871
[0.5.0]: https://github.com/comit-network/create-comit-app/compare/0.4.0...0.5.0
6972
[0.4.0]: https://github.com/comit-network/create-comit-app/compare/0.3.0...0.4.0
7073
[0.3.0]: https://github.com/comit-network/create-comit-app/compare/0.2.1...0.3.0

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.

Cargo.toml

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

0 commit comments

Comments
 (0)