Skip to content

Commit

Permalink
Prep mime 2.0.0 for publish (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Sep 30, 2024
1 parent 03cedfb commit 3440b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/mime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-wip
## 2.0.0

* **[Breaking]** `extensionFromMime(String mimeType)` returns `null` instead of `mimeType` for an unknown mime type.
* Update `extensionFromMime` to return a default extension when a MIME type maps to multiple extensions.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/mime/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mime
version: 2.0.0-wip
version: 2.0.0
description: >-
Utilities for handling media (MIME) types, including determining a type from
a file extension and file contents.
Expand Down

0 comments on commit 3440b74

Please sign in to comment.