From b2b3b04701c61402280490211ed4389d7f6fcae9 Mon Sep 17 00:00:00 2001 From: "Aral Balkan (LabTop)" Date: Tue, 16 Feb 2021 10:51:23 +0000 Subject: [PATCH] Update package files and changelog for 2.0.6 release --- CHANGELOG | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4ae9d3b..a339906 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. 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). +## [2.0.6] - 2021-02-16 + +### Fixed + + - Assignment to constant. This would have caused a crash when a `Retry-After` header was received from Let’s Encrypt. + +### Improved + + - Developer documentation. Now lists value to be added to hosts files to run local tests. + ## [2.0.5] - 2020-10-29 ### Improved diff --git a/package-lock.json b/package-lock.json index 53cea7e..769ea07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@small-tech/auto-encrypt", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 91308a4..075005a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@small-tech/auto-encrypt", - "version": "2.0.5", + "version": "2.0.6", "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",