From 49f30421843775adade424e0a0e83e7d8ffb1a8d Mon Sep 17 00:00:00 2001 From: Dan Volkov Date: Wed, 10 May 2023 14:52:25 +0400 Subject: [PATCH] Release 13.5.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5563f51..9d4c227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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] +## [13.5.0] - 2023-05-10 ## Fixed - Replaced `io-ts` with `zod` to reduce web bundle size - Removed unimplemented method `getOneTransaction` from `TonClient4` diff --git a/package.json b/package.json index 5d75448..3d60cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ton", - "version": "13.4.1", + "version": "13.5.0", "repository": "https://github.com/ton-core/ton.git", "author": "Whales Corp. ", "license": "MIT",