Skip to content

Commit

Permalink
chore(release): 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 7, 2024
1 parent cdcbbde commit 8b1cb4c
Show file tree
Hide file tree
Showing 7 changed files with 3,662 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.10.3](https://github.com/panva/oauth4webapi/compare/v2.10.2...v2.10.3) (2024-02-07)


### Refactor

* make protectedResourceRequest headers argument optional ([bcbc872](https://github.com/panva/oauth4webapi/commit/bcbc8726265e98d8db87c3564e3725183dd8c9ee))


### Documentation

* update all examples ([cdcbbde](https://github.com/panva/oauth4webapi/commit/cdcbbdef6d94da9420b906d3dfb68bb618e4f9d7))

## [2.10.2](https://github.com/panva/oauth4webapi/compare/v2.10.0...v2.10.2) (2024-02-05)


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

```js
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.10.2/mod.ts'
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.10.3/mod.ts'
```

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

0 comments on commit 8b1cb4c

Please sign in to comment.