From b860b802f42f516c6c7fb26cd0fb4dadcac94ca3 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:01:14 -0500 Subject: [PATCH] chore(release): prepare for v0.3.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abaed6..cf179e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.3.0] - 2024-01-24 + +### Bug Fixes + +- Add ledger.send memo to event ([#125](https://github.com/liftedinit/many-js/issues/125)) + +### Features + +- Partial blockchain module ([#126](https://github.com/liftedinit/many-js/issues/126)) + ## [0.2.2] - 2024-01-15 ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b57057f..649d892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@liftedinit/many-js", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@liftedinit/many-js", - "version": "0.2.2", + "version": "0.3.0", "dependencies": { "@types/crc": "^3.4.0", "@types/jest": "^27.0.3", diff --git a/package.json b/package.json index 804a41c..6141afa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@liftedinit/many-js", - "version": "0.2.2", + "version": "0.3.0", "homepage": "https://github.com/liftedinit/many-js", "main": "dist/index.js", "files": [