Skip to content

Commit d831fee

Browse files
committed
Bump major version and update changelog
1 parent 78ed12f commit d831fee

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2222

2323
- npm package size is now 193.1kb (down from 345kb previously).
2424

25-
## [2.2.0] - 2021-03-08
26-
27-
### Fixed
28-
29-
- No longer crashes when checking for certificate renewal. (#34)
30-
3125
## [2.1.0 and 2.1.1] - Do not use these versions.
3226

3327
These accidentally included the breaking change from 3.0.0 in a semver minor update.
3428

29+
_The CommonJS version of Auto Encrypt now lives in the 2.x branch and the first release from it is version 2.2.0 which has the bug fix and the root certificate update from version 3.0.0 backported. For future 2.x release info, please see the changelog in the 2.x branch._
30+
3531
## [2.0.6] - 2021-02-16
3632

3733
### Fixed

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": "2.1.1",
3+
"version": "3.0.0",
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)