Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: nestjs-tools-file-storage 1.1.0
  • Loading branch information
getlarge committed Jul 12, 2024
1 parent 8d6fdb0 commit 984bf2a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions packages/file-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 1.1.0 (2024-07-12)


### 🚀 Features

- **nestjs-tools-file-storage:** integrate Google storage API ([ff2aa79](https://github.com/getlarge/nestjs-tools/commit/ff2aa79))

- **nestjs-tools-file-storage:** add Google File storage strategy ([126af14](https://github.com/getlarge/nestjs-tools/commit/126af14))

- **nestjs-tools-file-storage:** add projectId option to GC file storage ([d901552](https://github.com/getlarge/nestjs-tools/commit/d901552))

- **nestjs-tools-file-storage:** resolve boolean for fileExists ([6bad25f](https://github.com/getlarge/nestjs-tools/commit/6bad25f))


### 🩹 Fixes

- **nestjs-tools-file-storage:** prevent path traversal in default filePath factory ([975e483](https://github.com/getlarge/nestjs-tools/commit/975e483))

- **nestjs-tools-file-storage:** fix path traversal check in file storage class ([bec11ec](https://github.com/getlarge/nestjs-tools/commit/bec11ec))


### ❤️ Thank You

- getlarge @getlarge

# 1.0.0 (2024-04-16)

### 🚀 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.0.0",
"version": "1.1.0",
"description": "File Storage Juggler",
"keywords": [
"file",
Expand Down

0 comments on commit 984bf2a

Please sign in to comment.