Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Dec 16, 2023
1 parent efd78b5 commit 48a4445
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.3.0] - 2023-12

### Added

- Return the revocation reason when the certificate is revoked, if available
- Check licenses of dependencies

### Changed

- Add VSCode recommended extensions
- Fix failing tests because of expired certificate
- Update dependencies

## [0.2.0] - 2023-10

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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": "easy-ocsp",
"version": "0.2.0",
"version": "0.3.0",
"description": "An easy-to-use OCSP client for Node.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit 48a4445

Please sign in to comment.