Skip to content

Commit

Permalink
release: 2.1.0 (#235)
Browse files Browse the repository at this point in the history
* release: 2.1.0

* fix: changelog line
  • Loading branch information
vladimirvolek committed Jun 10, 2024
1 parent cb12cd6 commit 14dbe29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - 2023-06-10

### Added

- Token metadata in getAccountInfo response
- Token metadata in assets transformations

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/blockfrost-websocket-link",
"version": "2.0.0",
"version": "2.1.0",
"files": [
"dist"
],
Expand Down Expand Up @@ -68,4 +68,4 @@
"type": "module",
"main": "dist/server.js",
"packageManager": "yarn@4.0.2"
}
}

0 comments on commit 14dbe29

Please sign in to comment.