From a0afae728fb1e6720f401acf182bafe314b72505 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Fri, 26 Jan 2024 13:52:42 +0100 Subject: [PATCH] Release patch version of Reffy - v14.5.3 Bug fix: - [css extraction] Ignore empty lines in table definitions (#1469) Dependencies bumped: - Bump undici from 6.3.0 to 6.4.0 (#1464) - Bump rollup from 4.9.5 to 4.9.6 (#1465) - Bump puppeteer from 21.7.0 to 21.9.0 (#1467) - Bump web-specs from 2.76.0 to 2.77.0 (#1470) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bac5709e..541eec9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reffy", - "version": "14.5.2", + "version": "14.5.3", "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",