Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: nestjs-tools-eslint-rules 0.1.0

- project: nestjs-tools-file-storage 1.4.1
  • Loading branch information
getlarge committed Sep 13, 2024
1 parent 17c0a4b commit 85ad41a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.1.0 (2024-09-13)


### 🚀 Features

- **nestjs-tools-eslint-rules:** initial implementation ([1a3ed41](https://github.com/getlarge/nestjs-tools/commit/1a3ed41))


### ❤️ Thank You

- getlarge
2 changes: 1 addition & 1 deletion packages/eslint-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-eslint-rules",
"version": "0.0.0",
"version": "0.1.0",
"description": "ESLint rules for NestJS applications",
"keywords": [
"eslint",
Expand Down
12 changes: 12 additions & 0 deletions packages/file-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.4.1 (2024-09-13)


### 🩹 Fixes

- **nestjs-tools-file-storage:** improve directory handling in write method ([1659eca](https://github.com/getlarge/nestjs-tools/commit/1659eca))


### ❤️ Thank You

- getlarge

## 1.4.0 (2024-08-07)


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.4.0",
"version": "1.4.1",
"description": "File Storage Juggler",
"keywords": [
"file",
Expand Down

0 comments on commit 85ad41a

Please sign in to comment.