Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"initialVersions": {
"@nestm/storage": "0.1.0-alpha.0"
},
"changesets": []
"changesets": [
"initial-storage-release"
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nestm/storage

## 0.1.0-alpha.1

### Minor Changes

- 368aa2a: Add the initial NestJS 12 storage integration with named stores, streaming I/O,
advanced cross-store operations, and an optional guarded HTTP gateway.

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/storage",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "NestJS 12 storage integration with named stores, streaming I/O, and an optional guarded HTTP gateway.",
"license": "MIT",
"author": "Kauan Guesser",
Expand Down
Loading