From d269a3f8884b66c80355ea56db465222a77f23e4 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Tue, 30 Jan 2024 11:59:43 +0100 Subject: [PATCH] Release patch version of Reffy - v14.6.1 Bug fixed: - [CSS extract] Fix dl case for SVG 1.1 spec (#1474) Dependencies bumped: - Bump puppeteer from 21.9.0 to 21.10.0 (#1473) - Bump respec from 34.3.0 to 34.4.0 (#1472) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 505589b3..2930a688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reffy", - "version": "14.6.0", + "version": "14.6.1", "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",