We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cdce4 commit 9f70d06Copy full SHA for 9f70d06
packages/fastify-upload/CHANGELOG.md
@@ -0,0 +1,15 @@
1
+## 0.1.0 (2024-06-13)
2
+
3
4
+### 🚀 Features
5
6
+- **nestjs-tools-fastify-upload:** add Storage classes ([e2b4d07](https://github.com/getlarge/nestjs-tools/commit/e2b4d07))
7
8
+- **nestjs-tools-fastify-upload:** implement file upload handlers ([a7ce057](https://github.com/getlarge/nestjs-tools/commit/a7ce057))
9
10
+- **nestjs-tools-fastify-upload:** add decoratos and interceptors ([dbfb6e9](https://github.com/getlarge/nestjs-tools/commit/dbfb6e9))
11
12
13
+### ❤️ Thank You
14
15
+- getlarge @getlarge
packages/fastify-upload/package.json
@@ -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",
0 commit comments