Skip to content

Commit

Permalink
7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Mar 24, 2024
1 parent ac41165 commit e66d771
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
### v7.1.1 (2023-05-07)
### v7.2.0 (2024-03-24)

#### Pull requests

- [#172](https://github.com/Munter/subfont/pull/172) Support partial instancing of variable fonts ([Andreas Lind](mailto:[email protected]))

#### Commits to master

- [Update subset-font to ^2.2.0](https://github.com/Munter/subfont/commit/1cf16cb1769c65e3a5b34d440b619b238a27141b) ([Andreas Lind](mailto:[email protected]))

### v7.1.1 (2023-05-08)

- [Fix file name generation when the font-family contains backslash Fixes \#171](https://github.com/Munter/subfont/commit/1cff3c4095680569ecf50d017035730eb4bd0cc0) ([Andreas Lind](mailto:[email protected]))

Expand All @@ -19,7 +29,11 @@
- [Tell eslint to ignore the puppeteer-browsers dir](https://github.com/Munter/subfont/commit/99bca776a0bd7fab4c3e9c1084c23ae5f7c4e18b) ([Andreas Lind](mailto:[email protected]))
- [Drop node.js 14](https://github.com/Munter/subfont/commit/0dcf1ed53fa20f7eb4585e6e3813fa8d97aefae5) ([Andreas Lind](mailto:[email protected]))
- [Tolerate different moch console call orders](https://github.com/Munter/subfont/commit/046971fa1b9fb4096b108cd777f18c34bb938438) ([Andreas Lind](mailto:[email protected]))
- [+10 more](https://github.com/Munter/subfont/compare/v6.12.4...v7.0.0)
- [+10 more](https://github.com/Munter/subfont/compare/v6.12.5...v7.0.0)

### v6.12.5 (2023-05-08)

- [Fix file name generation when the font-family contains backslash Fixes \#171](https://github.com/Munter/subfont/commit/5619db3bbbcffa41871b2bc04d4cafa15d409bde) ([Andreas Lind](mailto:[email protected]))

### v6.12.4 (2023-01-06)

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": "subfont",
"version": "7.1.1",
"version": "7.2.0",
"description": "Speeds up your pages initial paint by automatically subsetting local or Google fonts and loading them optimally",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit e66d771

Please sign in to comment.