Skip to content

Commit

Permalink
Bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Feb 12, 2024
1 parent 4df79e1 commit 84d0822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## vX.X.X (Month DD, YYYY)
## v0.6.0 (February 11, 2024)

- Change output for empty strings, `'null'` and `'undefined'` (issue #9)

Expand Down
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.5.0",
"version": "0.6.0",
"license": "MIT",
"author": "Fabian Hiller",
"repository": {
Expand Down

0 comments on commit 84d0822

Please sign in to comment.