Skip to content

Commit

Permalink
Release major version of Reffy - v10.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dontcallmedom committed Sep 6, 2022
1 parent 5cdb36f commit bedcd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bedcd23

Please sign in to comment.