Skip to content

Commit

Permalink
Bump version to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jun 1, 2024
1 parent 77023d0 commit a076e55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the library will be documented in this file.

## v0.7.5 (June 01, 2024)

- Republish previous version because build step was forgotten

## v0.7.4 (June 01, 2024)

- Remove unnecessary log statement in `decode` function
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@decode-formdata/decode-formdata",
"version": "0.7.4",
"version": "0.7.5",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decode-formdata",
"description": "Decodes complex FormData into a JavaScript object",
"version": "0.7.4",
"version": "0.7.5",
"license": "MIT",
"author": "Fabian Hiller",
"repository": {
Expand Down

0 comments on commit a076e55

Please sign in to comment.