Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 23, 2021
1 parent 11933cb commit bce8daf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# oauth2-errors Changelog

## 2.0.0
## 2.1.0 - 2021-08-23

### Added
- Add [DOMException](https://developer.mozilla.org/en-US/docs/Web/API/DOMException) names to errors, for finer-grained
error reporting.

## 2.0.0 - 2021-08-22

### Changed
- **BREAKING**: Change HTTP response status codes (were previously all 400), see
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interop/oauth2-errors",
"version": "2.0.1",
"version": "2.1.0",
"description": "Errors and handler for Oauth 2.0 spec errors.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit bce8daf

Please sign in to comment.