1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-05 21:57:53 +02:00

Prepare for 3.0.10 release

This commit is contained in:
Elan Ruusamäe
2020-04-02 22:47:26 +03:00
parent 0f607be23a
commit 8dba84a2d2
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
---
:major: 3
:minor: 0
:patch: 8
:patch: 9
:special: ''
:metadata: ''

View File

@@ -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]