Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: nestjs-tools-fastify-upload 0.1.0
  • Loading branch information
getlarge committed Jun 13, 2024
1 parent 30cdce4 commit 9f70d06
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/fastify-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.1.0 (2024-06-13)


### 🚀 Features

- **nestjs-tools-fastify-upload:** add Storage classes ([e2b4d07](https://github.com/getlarge/nestjs-tools/commit/e2b4d07))

- **nestjs-tools-fastify-upload:** implement file upload handlers ([a7ce057](https://github.com/getlarge/nestjs-tools/commit/a7ce057))

- **nestjs-tools-fastify-upload:** add decoratos and interceptors ([dbfb6e9](https://github.com/getlarge/nestjs-tools/commit/dbfb6e9))


### ❤️ Thank You

- getlarge @getlarge
2 changes: 1 addition & 1 deletion packages/fastify-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-fastify-upload",
"version": "0.0.1",
"version": "0.1.0",
"description": "Fastify Upload utilies for NestJS",
"keywords": [
"fastify",
Expand Down

0 comments on commit 9f70d06

Please sign in to comment.