Skip to content

Commit

Permalink
build: bump to v0.3.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored May 30, 2023
1 parent fa4d35b commit 07e4d80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .yarn/versions/4d4c6e79.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ For a complete reference on the classes and methods available, please check the

List of Archway [protocol versions](https://github.com/archway-network/archway/releases) compatible with `arch3.js`:

| `archwayd` | `arch3.js` |
| archwayd | arch3.js |
|:----------:|:----------:|
| `>=0.5.0` | `0.2.0` |
| `>=0.5.0` | `>=0.2.0` |
| `<0.5.0` | `0.1.0` |

To query the current version of a node, you can run:
Expand Down
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.3.0 (2023-05-30)

### 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.2.0",
"version": "0.3.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.2.0",
"version": "0.3.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.2.0",
"version": "0.3.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 07e4d80

Please sign in to comment.