From b793750adc548858c2e801351eb664e8e584411a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wojtasi=C5=84ski?= Date: Wed, 10 Jan 2024 19:56:11 +0100 Subject: [PATCH] chore: release 2.2.0 (#31) --- .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 ",