From 160096b84c3d5808d2a93eac4f5a7d43dfa4d7dd Mon Sep 17 00:00:00 2001 From: Dan Volkov Date: Fri, 23 Feb 2024 16:42:16 +0400 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e33c8..5f8f3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. 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] + +This update requires `@ton/core` >0.56.0 + +## Fixed +- Updated `TonClient4` and `TonClient` to match contract providers at `@ton/core@0.56.0` + ## [13.10.0] - 2024-02-06 ## Added diff --git a/package.json b/package.json index 11534a9..5e41fa9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "zod": "^3.21.4" }, "peerDependencies": { - "@ton/core": ">=0.53.0", + "@ton/core": ">=0.56.0", "@ton/crypto": ">=3.2.0" }, "publishConfig": {