fix(readme): Add Issue Reporting and Security section to README

This commit is contained in:
2025-11-21 17:09:16 +00:00
parent eec1e09d2b
commit fc845956fa
3 changed files with 11 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarts3',
version: '3.0.0',
version: '3.0.1',
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.'
}