From d77a1473a59249328b986b4eca1c81d427a4645f Mon Sep 17 00:00:00 2001 From: krigga Date: Mon, 27 May 2024 14:27:38 +0300 Subject: [PATCH] chore: bump version, changelog --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaba4ab..bdef360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ 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.21.0] - 2024-05-27 ### Changed - Changed `contract.tact.template` counter template to return remaining value from the message +- Updated TON Connect manifest ## [0.20.0] - 2024-05-07 diff --git a/package.json b/package.json index 5fefeb1..493c2a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ton/blueprint", - "version": "0.20.0", + "version": "0.21.0", "description": "Framework for development of TON smart contracts", "main": "dist/index.js", "bin": "./dist/cli/cli.js",