Skip to content

Commit

Permalink
Merge pull request #41 from NikitaZotov/release/0.5.0
Browse files Browse the repository at this point in the history
feat: release 0.5.0
  • Loading branch information
NikitaZotov authored Oct 31, 2024
2 parents 8804a66 + 81f855a commit 30deab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://github.com/ostis-ai/ts-sc-client/actions/workflows/test.yml/badge.svg?branch=main">

The typescript implementation of the client for communication with sc-server. This module is compatible with 0.9.0 version of sc-machine.
The typescript implementation of the client for communication with sc-server. This module is compatible with 0.10.0 version of sc-machine.

# ScClient

Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.5.0]
### Breaking changes
- This version is compatible with version of the sc-machine 0.10.0. All API methods were redesigned. Incorrect ones were removed, new ones were added. See table below, to learn more about changes.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-sc-client",
"version": "0.4.2",
"version": "0.5.0",
"description": "Core library to work with sc-memory from web browser",
"main": "build/sc.js",
"types": "build/lib",
Expand Down

0 comments on commit 30deab1

Please sign in to comment.