From dba6839ff9bf82896c6dddf32c741d6122c27bf4 Mon Sep 17 00:00:00 2001 From: Dan Volkov Date: Mon, 18 Sep 2023 20:47:14 +0400 Subject: [PATCH] Release 13.7.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15ecfd..26c1374 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.7.0] - 2023-09-18 ## Added - `sendOrderWithoutSecretKey` method to `MultisigWallet` diff --git a/package.json b/package.json index 960a118..a500d7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ton/ton", - "version": "13.6.1", + "version": "13.7.0", "repository": "https://github.com/ton-org/ton.git", "author": "Whales Corp. ", "license": "MIT",