Skip to content

Commit

Permalink
Release 1.12.2 (#213)
Browse files Browse the repository at this point in the history
* Adding coverage folder to npmignore

* Release 1.12.2
  • Loading branch information
davidpatrick committed Jan 8, 2021
1 parent 61d4343 commit dab5112
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Expand Up @@ -2,3 +2,5 @@
.eslintrc
src/
examples/
coverage/
lib-cov/
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [1.12.2] - (2021-01-07)

**Fixed**
- Added coverage folders to .npmignore


## [1.12.1] - (2020-12-29)

**Security**
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
@@ -1,6 +1,6 @@
{
"name": "jwks-rsa",
"version": "1.12.1",
"version": "1.12.2",
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit dab5112

Please sign in to comment.