diff --git a/CHANGELOG.md b/CHANGELOG.md index 261096e..900c125 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. +### [4.0.2](https://github.com/broofa/mime/compare/v4.0.0-beta.1...v4.0.2) (2024-04-24) + + +### Bug Fixes + +* update mime-score version, fixes [#297](https://github.com/broofa/mime/issues/297) ([#299](https://github.com/broofa/mime/issues/299)) ([533872a](https://github.com/broofa/mime/commit/533872ac66d45505b05742334f8c752ce06074b9)) + ### [4.0.1](https://github.com/broofa/mime/compare/v4.0.0-beta.1...v4.0.1) (2023-12-17) diff --git a/package-lock.json b/package-lock.json index dce0be9..33ccbd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mime", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mime", - "version": "4.0.1", + "version": "4.0.2", "funding": [ "https://github.com/sponsors/broofa" ], diff --git a/package.json b/package.json index fd2125d..ff2fdf9 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "url": "https://github.com/broofa/mime", "type": "git" }, - "version": "4.0.1", + "version": "4.0.2", "funding": [ "https://github.com/sponsors/broofa" ]