Skip to content

Commit

Permalink
chore(release): 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 14, 2021
1 parent 8347e14 commit 99cfd9f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.8.1](https://github.com/theleagueof/fontship/compare/v0.8.0...v0.8.1) (2021-05-14)


### Features

* **actions:** Run GitHub Action workflows with prebuilt containers ([3dd5443](https://github.com/theleagueof/fontship/commit/3dd544362700507ac3adb60658f2c1bcaf25825f))

## [0.8.0](https://github.com/theleagueof/fontship/compare/v0.7.6...v0.8.0) (2021-04-17)


Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fontship"
version = "0.8.0"
version = "0.8.1"
authors = [ "Caleb Maclennan <[email protected]>" ]
edition = "2018"
description = "A font development toolkit and collaborative work flow"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ outputs:
description: Directory name with font family and detailed git version string
runs:
using: docker
image: docker://ghcr.io/theleagueof/fontship:v0.8.0
image: docker://ghcr.io/theleagueof/fontship:v0.8.1
args:
- make
- _gha
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fontship",
"version": "0.8.0",
"version": "0.8.1",
"description": "A font development toolkit and collaborative work flow",
"main": "fontship",
"scripts": {
Expand Down

0 comments on commit 99cfd9f

Please sign in to comment.