Skip to content

Commit

Permalink
chore(release): 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 2, 2023
1 parent 96a8c99 commit 5dd892e
Show file tree
Hide file tree
Showing 366 changed files with 27,877 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.13.1](https://github.com/panva/jose/compare/v4.13.0...v4.13.1) (2023-03-02)


### Fixes

* **workerd:** avoid "The script will never generate a response" edge cases completely ([96a8c99](https://github.com/panva/jose/commit/96a8c99189f2399e9816ae1bca04b6d9cff93c26)), closes [#355](https://github.com/panva/jose/issues/355) [#509](https://github.com/panva/jose/issues/509)

## [4.13.0](https://github.com/panva/jose/compare/v4.12.2...v4.13.0) (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.13.0/index.ts'
import * as jose from 'https://deno.land/x/jose@v4.13.1/index.ts'
```

- JSON Web Tokens (JWT)
Expand Down
Loading

0 comments on commit 5dd892e

Please sign in to comment.