diff --git a/CHANGELOG.md b/CHANGELOG.md index f20e842..261096e 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.1](https://github.com/broofa/mime/compare/v4.0.0-beta.1...v4.0.1) (2023-12-17) + + +### Bug Fixes + +* update mime-score version, fixes [#297](https://github.com/broofa/mime/issues/297) ([c150f9b](https://github.com/broofa/mime/commit/c150f9be4e7286bb263085fc21f4778b527b7866)) + ## [4.0.0](https://github.com/broofa/mime/compare/v4.0.0-beta.1...v4.0.0) (2023-11-29) ## [4.0.0-beta.1](https://github.com/broofa/mime/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2023-09-14) diff --git a/package-lock.json b/package-lock.json index 7900f14..dce0be9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mime", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mime", - "version": "4.0.0", + "version": "4.0.1", "funding": [ "https://github.com/sponsors/broofa" ], diff --git a/package.json b/package.json index 09d1772..fd2125d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "url": "https://github.com/broofa/mime", "type": "git" }, - "version": "4.0.0", + "version": "4.0.1", "funding": [ "https://github.com/sponsors/broofa" ]