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

- project: nestjs-tools-lock 1.1.0
  • Loading branch information
getlarge committed Aug 7, 2024
1 parent 03280b5 commit bfcd277
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/file-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.4.0 (2024-08-07)


### 🚀 Features

- **nestjs-tools-file-storage:** implement `getFileMeta` methods ([f7266eb](https://github.com/getlarge/nestjs-tools/commit/f7266eb))

- **nestjs-tools-file-storage:** update FileStorageService ([5ff2500](https://github.com/getlarge/nestjs-tools/commit/5ff2500))


### 🩹 Fixes

- **nestjs-tools-file-storage:** restore GC serializer ([e78b1c1](https://github.com/getlarge/nestjs-tools/commit/e78b1c1))


### ❤️ Thank You

- getlarge

## 1.3.0 (2024-08-03)

### 🚀 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.3.0",
"version": "1.4.0",
"description": "File Storage Juggler",
"keywords": [
"file",
Expand Down
12 changes: 12 additions & 0 deletions packages/lock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.1.0 (2024-08-07)


### 🚀 Features

- **nestjs-tools-lock:** add non blocking method to wait for complete initialization ([8ad6142](https://github.com/getlarge/nestjs-tools/commit/8ad6142))


### ❤️ Thank You

- getlarge

# 1.0.0 (2024-04-16)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-lock",
"version": "1.0.0",
"version": "1.1.0",
"description": "A distributed lock manager for NestJS",
"keywords": [
"lock",
Expand Down

0 comments on commit bfcd277

Please sign in to comment.