From ef4b6a51db7f14375c83f2239302b322947de2be Mon Sep 17 00:00:00 2001 From: "Aral Balkan (LabTop)" Date: Wed, 17 Mar 2021 15:39:27 +0000 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec8495..5ec6a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [7.0.4] - 2021-03-17 + +### Added + + - Screenshot of the graphical sudo prompt in 7.0.3 added to the readme. + ## [7.0.3] - 2021-03-17 ### Fixed diff --git a/package.json b/package.json index d85e77f..675f576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@small-tech/auto-encrypt-localhost", - "version": "7.0.3", + "version": "7.0.4", "description": "Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.", "keywords": [ "mkcert",