From 39c97f3c567d49aeab742b2c457cffc1719811ff Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Thu, 5 Jan 2023 15:02:07 +0400 Subject: [PATCH] Release 13.3.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c9245..279966d 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.3.0] - 2023-01-05 ## Added - `getTransaction` to `TonClient4` to get a single transaction by id diff --git a/package.json b/package.json index 3cffb19..2f2f650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ton", - "version": "13.2.0", + "version": "13.3.0", "repository": "https://github.com/tonwhales/ton.git", "author": "Steve Korshakov ", "license": "MIT",