Skip to content

Commit b860b80

Browse files
committed
chore(release): prepare for v0.3.0
1 parent 2dc5ca8 commit b860b80

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2024-01-24
6+
7+
### Bug Fixes
8+
9+
- Add ledger.send memo to event ([#125](https://github.com/liftedinit/many-js/issues/125))
10+
11+
### Features
12+
13+
- Partial blockchain module ([#126](https://github.com/liftedinit/many-js/issues/126))
14+
515
## [0.2.2] - 2024-01-15
616

717
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liftedinit/many-js",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"homepage": "https://github.com/liftedinit/many-js",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)