Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Sep 14, 2023
1 parent b85226e commit 9357ee9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

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.0-beta.1](https://github.com/broofa/mime/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2023-09-14)

## [4.0.0-beta.0](https://github.com/broofa/mime/compare/v2.6.0...v4.0.0-beta.0) (2023-09-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -50,7 +50,7 @@
"lint:fix": "prettier -w .",
"prepare": "npm run build",
"prepublishOnly": "npm run build && npm run build:types",
"release": "standard-version --prerelease",
"release": "# `standard-version --dry-run --prerelease` is the command you're after",
"test": "node --test",
"test:watch": "clear && node --enable-source-maps --test --watch test"
},
Expand All @@ -67,7 +67,7 @@
"url": "https://github.com/broofa/mime",
"type": "git"
},
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"funding": [
"https://github.com/sponsors/broofa"
]
Expand Down

0 comments on commit 9357ee9

Please sign in to comment.