From f5a0ea5e85f5d921f0c3dbc027843f38e2568393 Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Tue, 15 Dec 2020 18:30:28 -0800 Subject: [PATCH] chore(release): 2.4.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 968fabec..33820878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.4.7](https://github.com/broofa/mime/compare/v2.4.6...v2.4.7) (2020-12-16) + + +### Bug Fixes + +* update to latest mime-db ([43b09ef](https://github.com/broofa/mime/commit/43b09eff0233eacc449af2b1f99a19ba9e104a44)) + ### [2.4.6](https://github.com/broofa/mime/compare/v2.4.5...v2.4.6) (2020-05-27) diff --git a/package.json b/package.json index 46812b27..0a34facf 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,5 @@ "url": "https://github.com/broofa/mime", "type": "git" }, - "version": "2.4.6" + "version": "2.4.7" }