Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 415ba3e76d | |||
| 6594f67d3e |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-11-21 - 3.0.1 - fix(readme)
|
||||||
Add Issue Reporting and Security section to README
|
Add Issue Reporting and Security section to README
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smarts3",
|
"name": "@push.rocks/smarts3",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"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.",
|
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smarts3',
|
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.'
|
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.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user