From 8dba84a2d24ae6382057a1215ad3af25202addb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 2 Apr 2020 22:47:26 +0300 Subject: [PATCH] Prepare for 3.0.10 release --- .semver | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.semver b/.semver index bece729..f212c52 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- :major: 3 :minor: 0 -:patch: 8 +:patch: 9 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f1125..2e8a8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [3.0.10] - 2020-04-02 + +- Exclude SSI Comments from HTML minify, [#670] + +[3.0.10]: https://github.com/mrclay/minify/compare/3.0.8...3.0.10 +[#671]: https://github.com/mrclay/minify/issues/671 +[#670]: https://github.com/mrclay/minify/pull/670 + ## [3.0.9] - 2020-03-24 - Allow `intervention/httpauth` 3.x, [#667], [#666], [#664]