From c4d0563ea7243e5d2f5a689ffb0aa347b4816eff Mon Sep 17 00:00:00 2001 From: krigga Date: Sun, 5 Nov 2023 19:14:10 +0300 Subject: [PATCH] chore: bump version, changelog --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47523b9..96d1568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [0.4.0] - 2023-11-05 + +### Added + +- Added transaction iterator helpers +- Added find and filter helpers +- Added support for non-generic transactions + ## [0.3.1] - 2023-07-19 ### Changed diff --git a/package.json b/package.json index 330ca0d..7a40e73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ton/test-utils", - "version": "0.3.1", + "version": "0.4.0", "main": "dist/index.js", "license": "MIT", "description": "Utilities for writing tests for smart contract systems in TON",