Skip to content

Commit

Permalink
chore(release): 4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 7, 2023
1 parent 48d3565 commit bd30a5c
Show file tree
Hide file tree
Showing 368 changed files with 27,783 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.11.3](https://github.com/panva/jose/compare/v4.11.2...v4.11.3) (2023-02-07)


### Fixes

* **CF Workers:** improve miniflare compat with different Node.js versions, get ready for future non-proprietary support ([3406b9f](https://github.com/panva/jose/commit/3406b9f73b1884b5db9c60675a68fe85794d48e0)), closes [#446](https://github.com/panva/jose/issues/446) [#495](https://github.com/panva/jose/issues/495) [#497](https://github.com/panva/jose/issues/497)

## [4.11.2](https://github.com/panva/jose/compare/v4.11.1...v4.11.2) (2023-01-01)


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

- JSON Web Tokens (JWT)
Expand Down
Loading

0 comments on commit bd30a5c

Please sign in to comment.