From: Justin Wind Date: Thu, 30 Dec 2021 21:24:00 +0000 (-0800) Subject: bump package version to 1.0.2 X-Git-Tag: v1.0.2 X-Git-Url: http://git.squeep.com/?p=squeep-web-linking;a=commitdiff_plain;h=e0d9ba95109a2bbb61dbdce7a582f5579aa77c5c bump package version to 1.0.2 --- diff --git a/package-lock.json b/package-lock.json index b595a86..2530573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/web-linking", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 96cba96..03d5bd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/web-linking", - "version": "1.0.1", + "version": "1.0.2", "description": "Parser for RFC 8288 Link headers", "main": "index.js", "scripts": {