Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Aug 5, 2024
1 parent af14871 commit 23a4ef4
Show file tree
Hide file tree
Showing 6 changed files with 6,477 additions and 6,474 deletions.
9 changes: 3 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
.gitignore
test/
coverage/
.eslintrc.js
tsconfig.json
.github/
.eslintignore
src/
tsup.config.ts
jest.config.mjs
examples/
*.tgz
.prettierrc.mjs
.prettieriignore
docs/
.prettierignore
.vscode/
typedoc.json
CODE_OF_CONDUCT.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
biome.json
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ All notable changes to this project will be documented in this file.

## [1.2.0] - 2024-08

### Breaking changes

- The function `getCertURLs` is no longer async ❗ (was async with no need)

### Added

- Export `downloadIssuerCert` function
- Export `downloadIssuerCert` function for usage outside of the module

### Changed

- The function `getCertURLs` is no longer async
- Update dependencies
- Use biome for linting and formatting instead of eslint and prettier
- Improve code quality and test coverage
- Update dependencies and GitHub Actions

## [1.1.0] - 2024-05

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Read our [Code of Conduct](CODE_OF_CONDUCT.md) to keep our community approachabl
## PRs and code contributions

- After cloning the repo run `npm i`
- Run `npm run lint` before every commit (ESLint)
- Run `npm run lint` before every commit
- Make sure that the code is formatted by running `npm run format`
- If you add new modules or other features, please create tests
- Before you create a PR, run `npm t` to run all tests and check if you can build the code by running `npm run build`
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

I take all security issues in EasyOCSP seriously. I appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.

To make a security vulnerability report, email me at [[email protected]](mailto:[email protected]) with the full details, including steps to reproduce the issue. You can use this [PGP key](https://timokoessler.de/pgp-key.txt) to encrypt the email. Please write the email in English or German.
To make a security vulnerability report, email me at [[email protected]](mailto:[email protected]) with the full details, including steps to reproduce the issue. You can use my [PGP key](https://timokoessler.de/pgp-key.txt) or my [S/MIME key](https://timokoessler.de/smime.txt) to encrypt the email. Please write the email in English or German.

I will check the vulnerability as soon as possible and answer you within 48 hours.
Loading

0 comments on commit 23a4ef4

Please sign in to comment.