diff --git a/CHANGELOG.md b/CHANGELOG.md index e31a39ced..577addd65 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.1 +## v2.57.0-beta.2 ## 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 4be27960e..638cc1b2d 100644 --- a/examples/Taskfile.yml +++ b/examples/Taskfile.yml @@ -9,7 +9,7 @@ tasks: install: cmds: - - pnpm i + - pnpm i --frozen-lockfile > /dev/null run-examples: description: Run JavaScript examples in the "examples" folder diff --git a/package.json b/package.json index c1eadba6c..2087bc164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.57.0-beta.1", + "version": "2.57.0-beta.2", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs",