Skip to content

Commit

Permalink
chore(release): 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 27, 2023
1 parent 6effa4d commit 3b8f769
Show file tree
Hide file tree
Showing 385 changed files with 28,107 additions and 48 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.13.0](https://github.com/panva/jose/compare/v4.12.2...v4.13.0) (2023-02-27)


### Features

* **types:** allow generics to aid in CryptoKey or KeyObject narrowing of KeyLike ([6effa4d](https://github.com/panva/jose/commit/6effa4d35cfa984a5859d228f750e96af0c0a5e5))


### Fixes

* make jose.EmbeddedJWK arguments optional ([20610a9](https://github.com/panva/jose/commit/20610a930d337c25756de107d93b84ccc52707a3))

## [4.12.2](https://github.com/panva/jose/compare/v4.12.1...v4.12.2) (2023-02-27)


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.12.2/index.ts'
import * as jose from 'https://deno.land/x/jose@v4.13.0/index.ts'
```

- JSON Web Tokens (JWT)
Expand Down
Loading

0 comments on commit 3b8f769

Please sign in to comment.