From af45112e209e7d65592aaa71343c95f15897c7b0 Mon Sep 17 00:00:00 2001 From: playerony Date: Wed, 10 Jan 2024 19:55:12 +0100 Subject: [PATCH] chore: release 2.2.0 --- .yarnrc.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index c6d2d29..eb98d2e 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -2,6 +2,6 @@ nodeLinker: node-modules plugins: - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs - spec: "@yarnpkg/plugin-interactive-tools" + spec: '@yarnpkg/plugin-interactive-tools' yarnPath: .yarn/releases/yarn-3.5.0.cjs diff --git a/package.json b/package.json index 950bc3b..953bcfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "validate-azure-ad-token", - "version": "2.1.1", + "version": "2.2.0", "description": "Function to validate access token received from azure active directory. Useful when you're using a msal library to authenticate users on the frontend and you wanna verify Microsoft tokens in the API.", "license": "MIT", "author": "Paweł Wojtasiński ",