Skip to content

Commit 2b95a1b

Browse files
committed
chore(release): publish
- @s1seven/[email protected]
1 parent 27e370f commit 2b95a1b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/file-storage/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/s1seven/nestjs-tools/compare/@s1seven/[email protected]...@s1seven/[email protected]) (2023-10-11)
7+
8+
### Features
9+
10+
- **file-storage:** create FileStorageWritable type with `done` event ([6eed261](https://github.com/s1seven/nestjs-tools/commit/6eed261c06f147f5bddd2b9e643da2c52fcd32af))
11+
- **file-storage:** emit 'done' event once file is fully written ([f8b1a02](https://github.com/s1seven/nestjs-tools/commit/f8b1a02eef9924f51da3105315cb476d643865d7))
12+
613
# [0.7.0](https://github.com/s1seven/nestjs-tools/compare/@s1seven/[email protected]...@s1seven/[email protected]) (2023-09-04)
714

815
### Bug Fixes

packages/file-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@s1seven/nestjs-tools-file-storage",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "File storage modules",
55
"license": "Apache-2.0",
66
"author": "getlarge <[email protected]>",

0 commit comments

Comments
 (0)