Skip to content

Commit 5dd892e

Browse files
committed
chore(release): 4.13.1
1 parent 96a8c99 commit 5dd892e

File tree

366 files changed

+27877
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

366 files changed

+27877
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [4.13.1](https://github.com/panva/jose/compare/v4.13.0...v4.13.1) (2023-03-02)
6+
7+
8+
### Fixes
9+
10+
* **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)
11+
512
## [4.13.0](https://github.com/panva/jose/compare/v4.12.2...v4.13.0) (2023-02-27)
613

714

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const jose = require('jose')
3838

3939
**`example`** Deno import
4040
```js
41-
import * as jose from 'https://deno.land/x/[email protected].0/index.ts'
41+
import * as jose from 'https://deno.land/x/[email protected].1/index.ts'
4242
```
4343

4444
- JSON Web Tokens (JWT)

0 commit comments

Comments
 (0)