diff --git a/.changeset/pre.json b/.changeset/pre.json index ce55228..324d485 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,7 @@ "initialVersions": { "@nestm/storage": "0.1.0-alpha.0" }, - "changesets": [] + "changesets": [ + "initial-storage-release" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ae7b3..277f917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). diff --git a/package.json b/package.json index 40d8bcc..820a92c 100644 --- a/package.json +++ b/package.json @@ -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",