From bedcd23a98ef4ea384decb7e83bb63e557c0afe2 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Tue, 6 Sep 2022 09:18:57 +0200 Subject: [PATCH] Release major version of Reffy - v10.0.0 Breaking change: - Restructure links extracts to keep original links (#1055) Dependencies bumped: - Bump web-specs from 2.19.0 to 2.23.0 (#1056) - Bump puppeteer from 16.1.1 to 17.1.1 (#1057) - Bump rollup from 2.78.0 to 2.79.0 (#1054) How to upgrade: The breaking change only affects code that makes use of links extracts. These extracts are now using an object with an anchors property that lists the said anchors, instead of being listed directly as an array. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 469505d9..63e18790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reffy", - "version": "9.1.2", + "version": "10.0.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",