From c0917d216986f88bdd43c72c0b13352c71f283aa Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Fri, 29 Sep 2023 08:37:43 +0200 Subject: [PATCH] Release minor version of Reffy - v14.1.0 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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 814da569..bc8740bf 100644 --- a/package.json +++ b/package.json @@ -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",