From 91fc911c49a9d1d9d4de4b224b93fb9290aa45a2 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Mon, 3 Feb 2020 14:08:11 +0100 Subject: [PATCH] chore(release): 1.22.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a337044f..04b6b3a2 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.22.1](https://github.com/panva/jose/compare/v1.22.0...v1.22.1) (2020-02-03) + + +### Bug Fixes + +* actually remove the base64url proper encoding check ([eae01b5](https://github.com/panva/jose/commit/eae01b57ab9f33e8c621ffcd2a77d513a51d22b2)) + + + # [1.22.0](https://github.com/panva/jose/compare/v1.21.1...v1.22.0) (2020-01-29) diff --git a/package.json b/package.json index 59d55e6b..100b41ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose", - "version": "1.22.0", + "version": "1.22.1", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "access token",