Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo19941994 committed Aug 16, 2019
1 parent 10d4ff4 commit 9c69864
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.4]
## [1.0.0] - 2019-08-17
### Changed
- Updated dependencies
- Generate declaration files
- 1.x.x release, as it's been used in production for a while

## [0.2.4] - 2018-12-13
### Changed
- Updated package-lock.json to fix a potential vulnerability due to the merge dependency
- Add ecdhCurve: 'auto' in the agent options to fix a bug in Node 8 (https://github.com/nodejs/node/issues/19359)
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.4",
"version": "1.0.0",
"description": "A JWKS client library",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 9c69864

Please sign in to comment.