Skip to content

Commit

Permalink
Bump major version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aral committed Mar 8, 2021
1 parent 78ed12f commit d831fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

## [2.2.0] - 2021-03-08

### Fixed

- No longer crashes when checking for certificate renewal. (#34)

## [2.1.0 and 2.1.1] - Do not use these versions.

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

_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._

## [2.0.6] - 2021-02-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@small-tech/auto-encrypt",
"version": "2.1.1",
"version": "3.0.0",
"description": "Adds automatic provisioning and renewal of Let’s Encrypt TLS certificates with OCSP Stapling to Node.js https servers (including Express.js, etc.)",
"keywords": [
"let's encrypt",
Expand Down

0 comments on commit d831fee

Please sign in to comment.