Skip to content

Commit

Permalink
build: bump to 0.4.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored Jun 27, 2023
1 parent cf7f5b4 commit dcb093f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0 (2023-06-27)

### New feature

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/arch3.js",
"version": "0.3.1",
"version": "0.4.0",
"description": "The all-in-one library for your awesome Archway dApp",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/arch3.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arch3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/arch3-core",
"version": "0.3.1",
"version": "0.4.0",
"description": "Core library to interact with Archway Network",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/arch3.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arch3-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/arch3-proto",
"version": "0.3.1",
"version": "0.4.0",
"description": "Archway Protobuf client",
"homepage": "https://github.com/jsoneaday/arch3-proto#readme",
"repository": "https://github.com/jsoneaday/arch3-proto",
Expand Down

0 comments on commit dcb093f

Please sign in to comment.