From 7abff73fadf3cc65d4af3e56418110ade6882669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Fri, 2 Jun 2023 16:09:29 +0200 Subject: [PATCH] build: bump to v0.3.1 (#90) --- 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 84acb4e..73a138c 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/). -## Unreleased +## v0.3.1 (2023-06-02) ### Fixes diff --git a/package.json b/package.json index 8dba271..a3017fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3.js", - "version": "0.3.0", + "version": "0.3.1", "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 ea9d842..b214c38 100644 --- a/packages/arch3-core/package.json +++ b/packages/arch3-core/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-core", - "version": "0.3.0", + "version": "0.3.1", "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 c406543..fd5b35e 100644 --- a/packages/arch3-proto/package.json +++ b/packages/arch3-proto/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-proto", - "version": "0.3.0", + "version": "0.3.1", "description": "Archway Protobuf client", "homepage": "https://github.com/jsoneaday/arch3-proto#readme", "repository": "https://github.com/jsoneaday/arch3-proto",