From 8c0aa994f2ff794f55cc9d014aa207f899b59d89 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Sun, 27 Nov 2022 17:48:00 +0100 Subject: [PATCH] Release minor version of Reffy - v10.3.0 New features: - Auto-legacy mode for dfns extraction (#1120) - Prevent duplicates in dfns extracts (#1110) Dependencies bumped: - Bump rollup from 3.2.5 to 3.5.0 (#1113, #1116, #1122) - Bump web-specs from 2.35.0 to 2.36.0 (#1121) - Bump minimatch from 3.0.4 to 3.1.2 (#1118) - Bump puppeteer from 19.2.2 to 19.3.0 (#1119) - Bump ajv from 8.11.0 to 8.11.2 (#1112) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b999fbaf..a9334072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reffy", - "version": "10.2.3", + "version": "10.3.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",