From 1aa244fdb791f2660d3432ef2e73b8fca2ca59d3 Mon Sep 17 00:00:00 2001 From: Nayyir Jutha Date: Mon, 15 Jul 2024 16:27:08 -0400 Subject: [PATCH] [NayNay] Sync main with dev --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42db34f1..20f9d898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The format extends [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Version header format: `[version] Name - year-month-day (entropy-core compatibility: version [range])` -## [UNRELEASED] +## [0.0.2] AntMan - 2024-07-12 (entropy-core compatibility: 0.2.0) ### Added - new: './src/flows/balance/balance.ts' - service file separated out of main flow containing the pure functions to perform balance requests for one or multiple addresses diff --git a/package.json b/package.json index 6d480658..37e6dd40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@entropyxyz/cli", - "version": "0.0.1", + "version": "0.0.2", "description": "cli and tui for interacting with the entropy protocol", "type": "module", "scripts": {