chore(release): 0.2.1

This commit is contained in:
r4bbit
2025-04-03 15:53:23 +02:00
parent 458fc2873a
commit ac66c84ef5
2 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [0.2.1](https://github.com/vacp2p/staking-reward-streamer/compare/v0.2.0...v0.2.1) (2025-04-03)
### Bug Fixes
* **StakeManager:** don't allow migrating to unregistered vaults ([22feed8](https://github.com/vacp2p/staking-reward-streamer/commit/22feed8dba99ca901829a97d2e1642f7e41be82c))
## [0.2.0](https://github.com/vacp2p/staking-reward-streamer/compare/v0.1.1...v0.2.0) (2025-03-28)

View File

@@ -1,7 +1,7 @@
{
"name": "@vacp2p/staking",
"description": "",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"url": "https://github.com/vacp2p"
},