Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update mime-score version, fixes #297 #299

Merged
merged 4 commits into from
Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"chalk": "5.3.0",
"mime-score": "2.0.3",
"mime-score": "2.0.4",
"mime-types": "2.1.35",
"prettier": "3.0.3",
"runmd": "1.3.9",
Expand All @@ -48,8 +48,7 @@
"build:watch": "npm run build:clean && tsc --watch",
"lint": "prettier -c .",
"lint:fix": "prettier -w .",
"prepare": "npm run build",
"prepublishOnly": "npm run build && npm run build:types",
"prepublishOnly": "npm run build && npm run build:types && npm test",
"release": "# `standard-version --dry-run --prerelease` is the command you're after",
"test": "node --test && ./test/exports_test.sh",
"test:watch": "clear && node --enable-source-maps --test --watch test"
Expand All @@ -67,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"
]
Expand Down