Skip to content

Commit

Permalink
chore(release): 4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 1, 2023
1 parent aff2f7c commit 8420f04
Show file tree
Hide file tree
Showing 368 changed files with 27,777 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.2](https://github.com/panva/jose/compare/v4.11.1...v4.11.2) (2023-01-01)


### Refactor

* **node:** dry node version checks ([aff2f7c](https://github.com/panva/jose/commit/aff2f7c00f28b599ee72dd9f0a36c3783f1e195f))

## [4.11.1](https://github.com/panva/jose/compare/v4.11.0...v4.11.1) (2022-11-22)

## [4.11.0](https://github.com/panva/jose/compare/v4.10.4...v4.11.0) (2022-11-08)
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.1/index.ts'
import * as jose from 'https://deno.land/x/jose@v4.11.2/index.ts'
```

- JSON Web Tokens (JWT)
Expand Down
Loading

0 comments on commit 8420f04

Please sign in to comment.