Skip to content

Commit f9dc673

Browse files
🦋 New version release (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3b2c36a commit f9dc673

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/puny-ravens-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @smooai/file
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 3b2c36a: Adding fully tested File library ready for publishing.
8+
39
## 1.0.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smooai/file",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"description": "A powerful file handling library for Node.js that provides a unified interface for working with files from local filesystem, S3, URLs, and more. Built with streaming in mind, it handles file bytes lazily where possible to minimize memory usage and improve performance.",
66
"homepage": "https://github.com/SmooAI/file#readme",

0 commit comments

Comments
 (0)