Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo19941994 committed Oct 26, 2018
1 parent 587c133 commit 6dd9809
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2018-10-26
### Changed
- Version 0.2.0 was broken in the npm registry. Bump patch version to publish in npm. Code is identical to version 0.2.0

## [0.2.0] - 2018-10-26
### Changed
- If an invalid kid is provided and the JWKs only contains one key throw an error instead of returning the sole key
Expand Down
2 changes: 1 addition & 1 deletion 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": "jwks-fetch",
"version": "0.2.0",
"version": "0.2.1",
"description": "A JWKS client library",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 6dd9809

Please sign in to comment.