mirror of
https://github.com/danbulant/jose
synced 2026-05-25 13:01:49 +00:00
chore(release): 1.24.0
This commit is contained in:
parent
9c043a5b8d
commit
9daca837bf
2 changed files with 10 additions and 1 deletions
|
|
@ -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.24.0](https://github.com/panva/jose/compare/v1.23.0...v1.24.0) (2020-02-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add JWT.verify "typ" option for checking JWT Type Header parameter ([fc08426](https://github.com/panva/jose/commit/fc08426466233709b442ba21232768ddeeb94e56))
|
||||
|
||||
|
||||
|
||||
# [1.23.0](https://github.com/panva/jose/compare/v1.22.2...v1.23.0) (2020-02-18)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jose",
|
||||
"version": "1.23.0",
|
||||
"version": "1.24.0",
|
||||
"description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies",
|
||||
"keywords": [
|
||||
"access token",
|
||||
|
|
|
|||
Loading…
Reference in a new issue