Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed May 30, 2024
1 parent b7c8b67 commit b399161
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this

## Unreleased

## 2.1.0

### Added
- Add asset functions (`getAssets()`, `getAssetBalance()`, and `getAssetOrders()`)

### Fixed
- Fix return type for `generateAccount()`

## 2.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"source": "src/index.ts",
"description": "An API wrapper for the Arionum cryptocurrency node.",
"version": "2.0.0",
"version": "2.1.0",
"typings": "dist/index.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit b399161

Please sign in to comment.