From 6594f67d3e72d49b7473470a7e104c1eb9354d5b Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 21 Nov 2025 18:36:27 +0000 Subject: [PATCH] =?UTF-8?q?fix(smarts3):=20Prepare=20patch=20release=203.0?= =?UTF-8?q?.2=20=E2=80=94=20no=20code=20changes=20detected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1c48478..1337a0d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-11-21 - 3.0.2 - fix(smarts3) +Prepare patch release 3.0.2 — no code changes detected + +- No source changes in the diff +- Bump patch version from 3.0.1 to 3.0.2 for maintenance/release bookkeeping + ## 2025-11-21 - 3.0.1 - fix(readme) Add Issue Reporting and Security section to README diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 924bb9d..6d350f4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smarts3', - version: '3.0.1', + version: '3.0.2', description: 'A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.' }