Skip to content

Commit

Permalink
fix: update mime-score version, fixes #297 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Dec 29, 2023
1 parent 0115ff8 commit 533872a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
@@ -1,6 +1,6 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
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
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

0 comments on commit 533872a

Please sign in to comment.