From d1be83faa668097c02d48b27f20e0ae584325b5c Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 1 Sep 2022 09:49:44 +0200 Subject: [PATCH] chore(release): 2.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d10488d28..50106b9d78 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. +## [2.0.6](https://github.com/panva/jose/compare/v2.0.5...v2.0.6) (2022-09-01) + + +### Bug Fixes + +* limit default PBES2 alg's computational expense ([c1512be](https://github.com/panva/jose/commit/c1512be6601a8b6e5a8193fbda9ecdf25349a1c2)) + ## [2.0.5](https://github.com/panva/jose/compare/v2.0.4...v2.0.5) (2021-04-09) diff --git a/package.json b/package.json index 8f7dfa9f58..fbcda65c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose", - "version": "2.0.5", + "version": "2.0.6", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "access token",