Skip to content

Commit

Permalink
Merge pull request #33 from octet-stream/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream authored Feb 16, 2024
2 parents c33840c + d4991f9 commit e18099b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-teachers-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-falcons-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-otters-compare.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @octetstream/object-to-form-data

## 3.0.2

### Patch Changes

- [`1f337d2`](https://github.com/octet-stream/object-to-form-data/commit/1f337d2360cbfa2b33fa897b533f767ee669f47a) Thanks [@octet-stream](https://github.com/octet-stream)! - docs: Add more examples

- [`1f337d2`](https://github.com/octet-stream/object-to-form-data/commit/1f337d2360cbfa2b33fa897b533f767ee669f47a) Thanks [@octet-stream](https://github.com/octet-stream)! - docs: Add Related links section

- [`1f337d2`](https://github.com/octet-stream/object-to-form-data/commit/1f337d2360cbfa2b33fa897b533f767ee669f47a) Thanks [@octet-stream](https://github.com/octet-stream)! - docs: Add note about ESM/CJS support

## 3.0.1

### Patch Changes
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"type": "module",
"name": "@octetstream/object-to-form-data",
"version": "3.0.1",
"version": "3.0.2",
"description": "Serialize objects, arrays and collections into FormData.",
"keywords": ["form-data", "serialization", "transform", "object-to-form-data", "serialize", "bracket-notation", "dot-notation"],
"keywords": [
"form-data",
"serialization",
"transform",
"object-to-form-data",
"serialize",
"bracket-notation",
"dot-notation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/octet-stream/object-to-form-data.git"
Expand Down

0 comments on commit e18099b

Please sign in to comment.