Skip to content

Commit

Permalink
chore: bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Aug 19, 2021
1 parent 8c15d5b commit 36b301c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

This plugin add a handy parser for `multipart/form-data` by using `formidable` and provide a better integration between `multipart/form-data` and `fastify-swagger`

> Disclaimer: This plugin will work just fine for handling `multipart/form-data` and during the pre-release period (version under `1.0.0`) the API may changes a lot. Use it as your own risk for production before a stable version. I can only promises I will not change the API when it is not needed.
## Install
```
npm install fastify-formidable --save
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-formidable",
"version": "0.0.2",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 36b301c

Please sign in to comment.