From 255ac92559b5f2163e2940cd21649bbe5d208e23 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 1 Dec 2023 16:19:30 +0100 Subject: [PATCH] Bumped v0.1.0 Signed-off-by: Matteo Collina --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 80b113c..8c18ffe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "undici-oauth-interceptor", - "version": "0.0.0", - "description": "", + "version": "0.1.0", + "description": "Automatically manage OAuth 2.0 access tokens for Undici requests", "main": "index.js", "scripts": { "lint": "standard",