Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed May 18, 2022
1 parent 3d2cc0c commit 2073219
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.

## [1.0.1](https://github.com/panva/oauth4webapi/compare/v1.0.0...v1.0.1) (2022-05-18)


### Fixes

* reject unsupported token_type values ([3d2cc0c](https://github.com/panva/oauth4webapi/commit/3d2cc0cbcd53c9d33fe0c8cae44675736459ed1a)), closes [/datatracker.ietf.org/doc/html/rfc6749#section-7](https://github.com/panva//datatracker.ietf.org/doc/html/rfc6749/issues/section-7)

## [1.0.0](https://github.com/panva/oauth4webapi/compare/v0.9.0...v1.0.0) (2022-05-13)

## [0.9.0](https://github.com/panva/oauth4webapi/compare/v0.8.0...v0.9.0) (2022-05-13)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@panva/oauth4webapi",
"version": "1.0.0",
"version": "1.0.1",
"description": "OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes",
"keywords": [
"auth",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const NAME = 'oauth4webapi'
const VERSION = 'v1.0.0'
const VERSION = 'v1.0.1'
const HOMEPAGE = 'https://github.com/panva/oauth4webapi'
const USER_AGENT = `${NAME}/${VERSION} (${HOMEPAGE})`

Expand Down

0 comments on commit 2073219

Please sign in to comment.