Skip to content

Commit

Permalink
updated README.md for sama-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr1414 committed Mar 5, 2025
1 parent 06ca792 commit a6a2393
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.12.0

### Improvements

- Updated README.md

## 0.11.0

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a demo app to test all these methods https://app.samacloud.io/demo

## API documentation

See all available methods https://github.com/SAMA-Communications/sama-client/blob/main/packages/sdk/src/api/api.ts
See all available methods [api/api.ts](https://github.com/SAMA-Communications/sama-client/blob/main/packages/sdk/src/api/api.ts)

## Installation

Expand Down Expand Up @@ -67,8 +67,8 @@ Join our community for support and discussions:

## License

[Apache 2.0](LICENSE)
[Apache 2.0](https://github.com/SAMA-Communications/sama-client/blob/main/packages/sdk/LICENSE)

## Changelog

https://github.com/SAMA-Communications/sama-client/blob/main/packages/sdk/CHANGELOG.md
[CHANGELOG](https://github.com/SAMA-Communications/sama-client/blob/main/packages/sdk/CHANGELOG.md)
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sama-communications/sdk",
"description": "A SDK client for interacting with the SAMA chat server from Web/Node.js apps",
"version": "0.11.0",
"version": "0.12.0",
"keywords": [
"chat",
"chat-application",
Expand Down

0 comments on commit a6a2393

Please sign in to comment.