From e68b2fe99ce82df94a08def6b8c67878e0a3f9bc Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sun, 11 Sep 2022 17:26:49 +0200 Subject: [PATCH] 6.12.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa3ed3c..16a96888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v6.12.1 (2022-09-11) + +- [Map font-style: oblique to font-variation-settings: slnt -14](https://github.com/Munter/subfont/commit/ea96284729e0d100fcb87d09c63979641439b169) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) +- [Fix typo in test case](https://github.com/Munter/subfont/commit/b07273ff0daff38a23ef9b0ce77d5a114c4e2154) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) +- [Improve slnt axis test case with a copy of the Extendomatic font Should be OK according to the license: https:\/\/djr.com\/license\/\#server https:\/\/twitter.com\/djrrb\/status\/1568539078416539654?s=20&t=P3w5SKI\_UHV3zzrBMj47lQ](https://github.com/Munter/subfont/commit/f6692fc3ad17a745bda13d1eb78ccd5fb340b369) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) + ### v6.12.0 (2022-09-07) - [Refactor repeated code into helper function](https://github.com/Munter/subfont/commit/5335d931957cadc150fed1c5d548ee6b6e245636) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) diff --git a/package.json b/package.json index a17cd99d..03a69e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subfont", - "version": "6.12.0", + "version": "6.12.1", "description": "Speeds up your pages initial paint by automatically subsetting local or Google fonts and loading them optimally", "engines": { "node": ">=10.0.0"