Skip to content

Commit

Permalink
chore(release): 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 15, 2023
1 parent 426e629 commit bba4824
Show file tree
Hide file tree
Showing 370 changed files with 28,138 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [4.12.0](https://github.com/panva/jose/compare/v4.11.4...v4.12.0) (2023-02-15)


### Features

* enable key iteration over JWKSMultipleMatchingKeys ([a278acd](https://github.com/panva/jose/commit/a278acdb0f458e555abdc1d048920e7da4fb7981))

## [4.11.4](https://github.com/panva/jose/compare/v4.11.3...v4.11.4) (2023-02-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const jose = require('jose')

**`example`** Deno import
```js
import * as jose from 'https://deno.land/x/jose@v4.11.4/index.ts'
import * as jose from 'https://deno.land/x/jose@v4.12.0/index.ts'
```

- JSON Web Tokens (JWT)
Expand Down
Loading

0 comments on commit bba4824

Please sign in to comment.