Skip to content

Commit

Permalink
Merge pull request #20 from octet-stream/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream authored Oct 24, 2023
2 parents 3109445 + 2575832 commit cb7c774
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-forks-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-masks-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-mangos-drum.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# form-data-encoder

## 4.0.0

### Major Changes

- [`7f953c7`](https://github.com/octet-stream/form-data-encoder/commit/7f953c77cb5f1abe8d26318716b929d2c04b32f3) Thanks [@octet-stream](https://github.com/octet-stream)! - Bring back support for CJS via tsup. This package can be used with both ES and CJS modules

- [`5a4cd63`](https://github.com/octet-stream/form-data-encoder/commit/5a4cd633e7e68e6d1ba646efba3a914458a431ff) Thanks [@octet-stream](https://github.com/octet-stream)! - Drop Node.js 16 support. Minimal required version now is Node.js 18

- [`7f953c7`](https://github.com/octet-stream/form-data-encoder/commit/7f953c77cb5f1abe8d26318716b929d2c04b32f3) Thanks [@octet-stream](https://github.com/octet-stream)! - Make FileLike and FormDataLike types compatible with File and FormData
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "form-data-encoder",
"description": "Encode FormData content into the multipart/form-data format",
"version": "3.0.1",
"version": "4.0.0",
"author": "Nick K.",
"license": "MIT",
"repository": "octet-stream/form-data-encoder",
Expand Down

0 comments on commit cb7c774

Please sign in to comment.