Skip to content

Commit

Permalink
chore(release): 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 3, 2024
1 parent ed4e90c commit daf03d1
Show file tree
Hide file tree
Showing 7 changed files with 3,789 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.

## [2.12.1](https://github.com/panva/oauth4webapi/compare/v2.12.0...v2.12.1) (2024-09-03)


### Fixes

* use correct "htm" in DPoP Proof via protectedResourceRequest ([3ce3be2](https://github.com/panva/oauth4webapi/commit/3ce3be2584f483feff49eebdf9225676af2c2182)), closes [#132](https://github.com/panva/oauth4webapi/issues/132)

## [2.12.0](https://github.com/panva/oauth4webapi/compare/v2.11.1...v2.12.0) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import * as oauth from 'oauth4webapi'
**`example`** Deno import

```js
import * as oauth from 'https://deno.land/x/[email protected].0/mod.ts'
import * as oauth from 'https://deno.land/x/[email protected].1/mod.ts'
```

- Authorization Code Flow (OAuth 2.0) - [source](examples/oauth.ts)
Expand Down
Loading

0 comments on commit daf03d1

Please sign in to comment.