From 38b895d206f064557025427a4457599a78bae8b4 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 29 Oct 2020 03:18:05 +0300 Subject: [PATCH] chore(release): 0.6.2 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfe1db..e549b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.6.2](https://github.com/theleagueof/fontship/compare/v0.6.1...v0.6.2) (2020-10-29) + + +### Bug Fixes + +* **actions:** Don't capture strings read by GHA ([27a8494](https://github.com/theleagueof/fontship/commit/27a8494ab0c12f4de1f51fadcd6860b326466f6f)) +* **cli:** Don’t use backticks to unbreak zsh compdef ([#108](https://github.com/theleagueof/fontship/issues/108)) ([50c9a53](https://github.com/theleagueof/fontship/commit/50c9a537ee96d4028a4dd7da39f86af4bd459ab2)) +* **cli:** Return error code if make itself dies ([7197ac5](https://github.com/theleagueof/fontship/commit/7197ac5fb692487a9be406d8b57f11df9dc399f1)) + ### [0.6.1](https://github.com/theleagueof/fontship/compare/v0.6.0...v0.6.1) (2020-10-26) diff --git a/Cargo.lock b/Cargo.lock index f2a5ac0..d722c54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ checksum = "ac0f7e83d14cccbf26e165d8881dcac5891af0d85a88543c09dd72ebd31d91ba" [[package]] name = "fontship" -version = "0.6.1" +version = "0.6.2" dependencies = [ "clap", "clap_generate", diff --git a/Cargo.toml b/Cargo.toml index 777ad11..8f76881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.6.1" +version = "0.6.2" authors = [ "Caleb Maclennan " ] edition = "2018" description = "A font development toolkit and collaborative work flow" diff --git a/package.json b/package.json index c3c8c91..21c5d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.6.1", + "version": "0.6.2", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {