Skip to content

Commit 5e3b998

Browse files
committed
Update changelog and bump version
1 parent e6ab6e3 commit 5e3b998

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [3.0.1] - 2021-03-21
8+
9+
Fixes regression on Windows introduced in 3.x branch.
10+
11+
### Fixed
12+
13+
- Make `__dirname` declaration cross-platform (was previously failing on Windows). See https://github.com/nodejs/node/issues/37845
14+
- Introduce small delay in request fail check test while certificate is being provisioned to ensure tests pass with Let’s Encrypt staging server.
15+
716
## [3.0.0] - 2021-03-08
817

918
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@small-tech/auto-encrypt",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Adds automatic provisioning and renewal of Let’s Encrypt TLS certificates with OCSP Stapling to Node.js https servers (including Express.js, etc.)",
55
"keywords": [
66
"let's encrypt",

0 commit comments

Comments
 (0)