From 179e2a7c22db97386a0495f2d1c31d59d939ed15 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 1 Sep 2022 09:49:25 +0200 Subject: [PATCH] chore(release): 1.28.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 769493cd1f..77580e1059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/panva/jose/compare/v1.28.1...v1.28.2) (2022-09-01) + + +### Bug Fixes + +* limit default PBES2 alg's computational expense ([4e7121a](https://github.com/panva/jose/commit/4e7121a58872f01cc5fc586d4907f857c23d0119)) + ### [1.28.1](https://github.com/panva/jose/compare/v1.28.0...v1.28.1) (2021-04-09) diff --git a/package.json b/package.json index daac0cad62..4137f5060a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose", - "version": "1.28.1", + "version": "1.28.2", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "access token",