Skip to content

Commit

Permalink
Release minor version of Reffy - v14.3.0
Browse files Browse the repository at this point in the history
Feature improvement:
- Ignore links inside `<del>` elements (#1428)

Dependencies bumped:
- Bump web-specs from 2.74.0 to 2.74.1 (#1430)
- Bump rollup from 4.4.1 to 4.5.2 (#1431)
- Bump undici from 5.27.2 to 5.28.0 (#1429)
- Bump respec from 34.2.1 to 34.2.2 (#1425)
- Bump puppeteer from 21.5.1 to 21.5.2 (#1424)

The new version of web-specs flags a few IETF RFCs as discontinued (RFC7230 to
RFC7235, RFC7538, RFC7540), which means that Reffy will no longer crawl them by
default. This is correct but means specs that reference terms in those
specifications need to be updated.
  • Loading branch information
tidoust committed Nov 24, 2023
1 parent 2585df4 commit 51e1da4
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": "14.2.5",
"version": "14.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",
Expand Down

0 comments on commit 51e1da4

Please sign in to comment.