diff --git a/changelog.md b/changelog.md index 61fc7e8..7ffe5d3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-02-05 - 0.3.2 - fix(documentation) +Remove redundant badges from readme + +- Removed Build Status badge from the readme file. +- Removed License badge from the readme file. + ## 2025-02-05 - 0.3.1 - fix(documentation) Updated README structure and added detailed usage examples diff --git a/readme.md b/readme.md index 32e9d96..39684d9 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,6 @@ # @push.rocks/smartai -[![npm version](https://badge.fury.io/js/%40push.rocks%2Fsmartai.svg)](https://www.npmjs.com/package/@push.rocks/smartai) -[![Build Status](https://github.com/push.rocks/smartai/workflows/CI/badge.svg)](https://github.com/push.rocks/smartai/actions) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +[![npm version](https://badge.fury.io/js/%40push.rocks%2Fsmartai.svg)](https://www.npmjs.com/package/@push.rocks/smartai) SmartAi is a comprehensive TypeScript library that provides a standardized interface for integrating and interacting with multiple AI models. It supports a range of operations from synchronous and streaming chat to audio generation, document processing, and vision tasks. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1455ce2..e6a3f04 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartai', - version: '0.3.1', + version: '0.3.2', description: 'A TypeScript library for integrating and interacting with multiple AI models, offering capabilities for chat and potentially audio responses.' }