Skip to content

Commit

Permalink
chore(release): 4.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 27, 2023
1 parent 46934ac commit 0c5b164
Show file tree
Hide file tree
Showing 366 changed files with 27,889 additions and 5 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.2](https://github.com/panva/jose/compare/v4.12.1...v4.12.2) (2023-02-27)


### Fixes

* **types:** declare explicit return from EmbeddedJWK ([46934ac](https://github.com/panva/jose/commit/46934ac474ba0119976c5ac15cce4ea7bf50de8c))

## [4.12.1](https://github.com/panva/jose/compare/v4.12.0...v4.12.1) (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/[email protected].1/index.ts'
import * as jose from 'https://deno.land/x/[email protected].2/index.ts'
```

- JSON Web Tokens (JWT)
Expand Down
Loading

0 comments on commit 0c5b164

Please sign in to comment.