Skip to content

Commit e8b6689

Browse files
committed
Bump version to v0.9.0
1 parent b31c421 commit e8b6689

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## vX.X.X (Month DD, YYYY)
5+
## v0.9.0 (March 26, 2025)
66

77
- Change `FormDataEntry` and `FormDataInfo` from type to interface
88
- Fix potential prototype pollution by ignoring certain keys

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@decode-formdata/decode-formdata",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"exports": "./src/index.ts"
55
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decode-formdata",
33
"description": "Decodes complex FormData into a JavaScript object",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"repository": {

0 commit comments

Comments
 (0)