From be54cf4d05bd9b0fd1c7b14e0b4f01d1d94c60f3 Mon Sep 17 00:00:00 2001 From: eliasmpw Date: Thu, 12 Sep 2024 13:27:06 +0200 Subject: [PATCH] build: bump to v0.7.3, add release date --- CHANGELOG.md | 2 +- package.json | 2 +- packages/arch3-core/package.json | 2 +- packages/arch3-proto/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7781a8c..1ffd047 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.3 (Unreleased) +## v0.7.3 (2024-09-12) ### Fixed diff --git a/package.json b/package.json index 8b7508e..c39e9ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3.js", - "version": "0.7.2", + "version": "0.7.3", "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 19fcfde..e6a3b74 100644 --- a/packages/arch3-core/package.json +++ b/packages/arch3-core/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-core", - "version": "0.7.2", + "version": "0.7.3", "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 f3e40c9..69ea179 100644 --- a/packages/arch3-proto/package.json +++ b/packages/arch3-proto/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-proto", - "version": "0.7.2", + "version": "0.7.3", "description": "Protobuf definitions and RPC clients for the Archway Network", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js",