From 78bb94829ca7c417e8c4ab40fd5143992ee04a65 Mon Sep 17 00:00:00 2001 From: eliasmpw Date: Wed, 11 Sep 2024 20:43:51 +0200 Subject: [PATCH 1/2] chore: update package version --- package.json | 2 +- packages/arch3-core/package.json | 2 +- packages/arch3-proto/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d78443d..8b7508e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3.js", - "version": "0.7.1", + "version": "0.7.2", "description": "The all-in-one library for your awesome Archway dApp", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js", diff --git a/packages/arch3-core/package.json b/packages/arch3-core/package.json index 8a5e7bf..19fcfde 100644 --- a/packages/arch3-core/package.json +++ b/packages/arch3-core/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-core", - "version": "0.7.1", + "version": "0.7.2", "description": "Core library to interact with Archway Network", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js", diff --git a/packages/arch3-proto/package.json b/packages/arch3-proto/package.json index 9226834..f3e40c9 100644 --- a/packages/arch3-proto/package.json +++ b/packages/arch3-proto/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-proto", - "version": "0.7.1", + "version": "0.7.2", "description": "Protobuf definitions and RPC clients for the Archway Network", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js", From 85efa1c1c1eae825463cdb16aa9dfd25593c2682 Mon Sep 17 00:00:00 2001 From: eliasmpw Date: Wed, 11 Sep 2024 20:45:15 +0200 Subject: [PATCH 2/2] docs: update changelog date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fac9dd..a6d2ee9 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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## v0.7.2 (Unreleased) +## v0.7.2 (2024-09-11) ### Fixed