From 2e1443d949cdc07b4773c35d82a4ddf8f0e41676 Mon Sep 17 00:00:00 2001 From: mguleryuz Date: Sun, 22 Dec 2024 14:48:45 +0000 Subject: [PATCH] chore(release): 0.3.13 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a2efa..f5588df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.13](https://github.com/InverterNetwork/nextjs-web3/compare/v0.3.12...v0.3.13) (2024-12-22) + +### Bug Fixes + +- testing tools export ([876e93c](https://github.com/InverterNetwork/nextjs-web3/commit/876e93c907e283ddf06d697deff5ffa72c483d17)) + ### [0.3.12](https://github.com/InverterNetwork/nextjs-web3/compare/v0.3.10...v0.3.12) (2024-12-22) ### 0.3.10 (2024-12-19) diff --git a/package.json b/package.json index cd1ee11..09ee453 100644 --- a/package.json +++ b/package.json @@ -77,5 +77,5 @@ "fs": false, "path": false }, - "version": "0.3.12" + "version": "0.3.13" }