From 41d6a3ecc6dd499d95e024872e753330ba002159 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Wed, 7 Jun 2023 14:47:09 +0200 Subject: [PATCH] Release minor version of Reffy - v13.1.0 New feature: - Crawl using Node.js fetch function directly (#1300) Dependencies bumped: - Bump rollup from 3.23.0 to 3.24.0 (#1305) - Bump puppeteer from 20.3.0 to 20.5.0 (#1299, #1302) - Bump web-specs from 2.59.0 to 2.59.1 (#1304) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 113a90df..2833825b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reffy", - "version": "13.0.3", + "version": "13.1.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",