Skip to content

Commit

Permalink
Release minor version of Reffy - v14.1.0
Browse files Browse the repository at this point in the history
New feature:
- [css extraction] Handle subsidiary at-rules (#1377). A `"for"` property may
now appear under at-rules values in CSS extracts, with values that are at-rules
themselves. This only affects the definition of `@font-feature-values` in the
CSS Fonts extract for now.

Dependencies bumped:
- Bump rollup from 3.28.1 to 3.29.4 (#1372, #1383)
- Bump chai from 4.3.8 to 4.3.10 (#1384)
- Bump undici from 5.23.0 to 5.25.2 (#1368, #1375, #1378)
- Bump puppeteer from 21.1.0 to 21.3.5 (#1373, #1382)
- Bump respec from 34.1.6 to 34.1.8 (#1370)
- Bump web-specs from 2.66.0 to 2.68.0 (#1374)
  • Loading branch information
tidoust committed Sep 29, 2023
1 parent 22f669a commit c0917d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reffy",
"version": "14.0.2",
"version": "14.1.0",
"description": "W3C/WHATWG spec dependencies exploration companion. Features a short set of tools to study spec references as well as WebIDL term definitions and references found in W3C specifications.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c0917d2

Please sign in to comment.