From 491e85de2c459bc4b992905cc3ef2f94c0a76bce Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Tue, 4 Feb 2025 10:33:36 +0100 Subject: [PATCH] Release patch version of Reffy - v18.3.1 Bug fixed: - Fix unknown variable (#1765) Dependencies bumped: - Bump rollup from 4.31.0 to 4.34.2 (#1766) - Bump puppeteer from 24.1.0 to 24.1.1 (#1759) - Bump semver from 7.6.3 to 7.7.1 (#1767) - Bump mocha from 11.0.1 to 11.1.0 (#1757) - Bump undici from 7.2.3 to 7.3.0 (#1756) - Bump web-specs from 3.35.0 to 3.37.0 (#1763) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f245f77..7f1acfb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reffy", - "version": "18.3.0", + "version": "18.3.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",