From 2abb5544215dbfcf0524bbc1e51c7a374bc212c1 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 17 Sep 2020 23:05:49 +0300 Subject: [PATCH] chore(release): 0.4.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7084598..04d0e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4.3](https://github.com/theleagueof/fontship/compare/v0.4.2...v0.4.3) (2020-09-17) + + +### Bug Fixes + +* **glyphs:** Enumerate all instances from sources even with spaces ([4b68de8](https://github.com/theleagueof/fontship/commit/4b68de8e106d3505ca310c80a582bb3b0ecc1d52)) +* **glyphs:** Map all instance names back to source files ([a4d3fce](https://github.com/theleagueof/fontship/commit/a4d3fce386d8b16feadf5be2b13b174e7382f7dd)) + ### [0.4.2](https://github.com/theleagueof/fontship/compare/v0.4.1...v0.4.2) (2020-09-14) diff --git a/package.json b/package.json index bbbc76a..f1785f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.4.2", + "version": "0.4.3", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {