From c17c1b814a6940d1bc56f6d998afaf4bd4f781ff Mon Sep 17 00:00:00 2001 From: krigga Date: Tue, 7 May 2024 16:19:21 +0300 Subject: [PATCH] chore: bump version, changelog --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617babc..3937e76 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.20.0] - 2024-05-07 ### Added diff --git a/package.json b/package.json index 4d609b2..5fefeb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ton/blueprint", - "version": "0.19.1", + "version": "0.20.0", "description": "Framework for development of TON smart contracts", "main": "dist/index.js", "bin": "./dist/cli/cli.js",