Skip to content

Commit 9f70d06

Browse files
committed
chore(release): publish
- project: nestjs-tools-fastify-upload 0.1.0
1 parent 30cdce4 commit 9f70d06

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/fastify-upload/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/nestjs-tools-fastify-upload",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Fastify Upload utilies for NestJS",
55
"keywords": [
66
"fastify",

0 commit comments

Comments
 (0)