From 418d383c89fc9c0489d3b47f7244b1346450bcc7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jun 2024 16:25:59 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.6.2=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.6.2](https://github.com/dyne/zencode-chain/compare/v1.6.1...v1.6.2) (2024-06-15) ### Bug Fixes * on verbose print the contract ([5d50788](https://github.com/dyne/zencode-chain/commit/5d507881f28b540ec5fd755df938f31d6e846567)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86711c..1248061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.2](https://github.com/dyne/zencode-chain/compare/v1.6.1...v1.6.2) (2024-06-15) + + +### Bug Fixes + +* on verbose print the contract ([5d50788](https://github.com/dyne/zencode-chain/commit/5d507881f28b540ec5fd755df938f31d6e846567)) + ## [1.6.1](https://github.com/dyne/zencode-chain/compare/v1.6.0...v1.6.1) (2024-06-15) diff --git a/package.json b/package.json index b86eaac..dea1c72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dyne/slangroom-chain", - "version": "1.6.1", + "version": "1.6.2", "description": "Execute chain of slangroom smart contracts", "main": "build/main/index.js", "type": "module",