diff --git a/changelog.md b/changelog.md index d49f036..acc39f1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-02-03 - 5.2.12 - fix(documentation) +Remove license badge from README + +- Removed the license badge from the README file, ensuring compliance with branding guidelines. + ## 2025-02-03 - 5.2.11 - fix(documentation) Updated project documentation for accuracy and added advanced feature details diff --git a/readme.md b/readme.md index e6a9495..ca7604e 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,6 @@ # @push.rocks/smartdata [![npm version](https://badge.fury.io/js/@push.rocks%2Fsmartdata.svg)](https://www.npmjs.com/package/@push.rocks/smartdata) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) A powerful TypeScript-first MongoDB wrapper that provides advanced features for distributed systems, real-time data synchronization, and easy data management. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 108e826..4609257 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartdata', - version: '5.2.11', + version: '5.2.12', description: 'An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types.' }