diff --git a/CHANGELOG.md b/CHANGELOG.md index 577addd65..3b791b765 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). -## v2.57.0-beta.2 +## v2.57.0-beta.3 ## What's Changed * feat: Implement MirrorNodeContractQuery by @ivaylonikolov7 in https://github.com/hashgraph/hedera-sdk-js/pull/2723 diff --git a/examples/Taskfile.yml b/examples/Taskfile.yml index 638cc1b2d..23c5f61b5 100644 --- a/examples/Taskfile.yml +++ b/examples/Taskfile.yml @@ -9,7 +9,7 @@ tasks: install: cmds: - - pnpm i --frozen-lockfile > /dev/null + - pnpm i --no-frozen-lockfile > /dev/null run-examples: description: Run JavaScript examples in the "examples" folder diff --git a/package.json b/package.json index 2087bc164..49567c346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.57.0-beta.2", + "version": "2.57.0-beta.3", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs",