From 9a8404a7592c3d56093a3bf31a4ab263721ed644 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Mon, 10 Aug 2020 18:42:31 +0200 Subject: [PATCH] chore(release): 1.28.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d362e7aeb..b3bc2d9d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [1.28.0](https://github.com/panva/jose/compare/v1.27.3...v1.28.0) (2020-08-10) + + +### Features + +* support for validating issuer from a list of values ([#91](https://github.com/panva/jose/issues/91)) ([ce6836a](https://github.com/panva/jose/commit/ce6836af88c9e73c29560233f15ed1760c7dcc13)) + + + ## [1.27.3](https://github.com/panva/jose/compare/v1.27.2...v1.27.3) (2020-08-04) diff --git a/package.json b/package.json index 862412c3a4..5450e010ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose", - "version": "1.27.3", + "version": "1.28.0", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "access token",