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.1

- project: nestjs-tools-file-storage 1.3.0
  • Loading branch information
getlarge committed Aug 3, 2024
1 parent bb2e88a commit fbd0c46
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/fastify-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.1.1 (2024-08-03)


### 🩹 Fixes

- **nestjs-tools-fastify-upload:** ensure StreamStorage.removeFile does not hang in filtering phase ([78e5d07](https://github.com/getlarge/nestjs-tools/commit/78e5d07))


### ❤️ Thank You

- getlarge

## 0.1.0 (2024-06-13)

### 🚀 Features
Expand Down
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.1.0",
"version": "0.1.1",
"description": "Fastify Upload utilies for NestJS",
"keywords": [
"fastify",
Expand Down
17 changes: 17 additions & 0 deletions packages/file-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.3.0 (2024-08-03)


### 🚀 Features

- **nestjs-tools-file-storage:** enable to serialize `readDir` output ([a80febb](https://github.com/getlarge/nestjs-tools/commit/a80febb))


### 🩹 Fixes

- **nestjs-tools-file-storage:** add missing exports ([720c1ad](https://github.com/getlarge/nestjs-tools/commit/720c1ad))


### ❤️ Thank You

- getlarge

## 1.2.0 (2024-08-02)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/file-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-file-storage",
"version": "1.2.0",
"version": "1.3.0",
"description": "File Storage Juggler",
"keywords": [
"file",
Expand Down

0 comments on commit fbd0c46

Please sign in to comment.