Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo19941994 committed Oct 29, 2018
1 parent 35c02da commit fbce27d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.3] - 2018-10-29
### Changed
- Remove comments from dist files
- Throw HTTPError (instead of regular error) with null res if fetch throws an exception
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.2",
"version": "0.2.3",
"description": "A JWKS client library",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit fbce27d

Please sign in to comment.