From a1e7aab09a27dae633411896a9573dcca3abc18f Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Sat, 28 Jan 2023 12:50:45 +0400 Subject: [PATCH] Release 0.8.11 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd58442..1b95377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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] +## [0.8.11] - 2023-01-28 ## Fixed - Optional `Address` fields in typescript bindings diff --git a/package.json b/package.json index f84e4d3..c6825b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ton-tact", - "version": "0.8.10", + "version": "0.8.11", "main": "./dist/main.js", "repository": "https://github.com/ton-core/tact.git", "homepage": "https://tact-lang.org",