Skip to content

Commit

Permalink
build: release 0.7.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Feb 28, 2024
1 parent 1c8b4a2 commit 51874da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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/).

## v0.7.0 (Unreleased)
## v0.7.0 (2024-02-28)

### BREAKING CHANGES

Expand All @@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
of `@cosmology/telescope` (#115)
- update codegen script and compile proto files (#115)

## v0.6.0 (2023-02-06)
## v0.6.0 (2024-02-06)

### BREAKING CHANGES

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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.0",
"description": "Protobuf definitions and RPC clients for the Archway Network",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/arch3.js",
Expand Down

0 comments on commit 51874da

Please sign in to comment.