diff --git a/.changeset/tidy-dogs-know.md b/.changeset/tidy-dogs-know.md deleted file mode 100644 index b0861e41..00000000 --- a/.changeset/tidy-dogs-know.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -'@epics-dao/solv': patch ---- - -Update - solv update --migrate-config - -## Summary - -This PR adds a new command `solv update --migrate-config` to migrate the old config file to the new config file. - -`solv.config.json` to `solv4.config.json` - -You can migrate the old config file to the new config file by running the following command: - -```bash -solv update --migrate-config -``` - -## Config Update Command - -This command will update the config file to the latest version. - -```bash -solv update --config -``` - -## solv Discord Channel is now migrated to Validators DAO's Discord - -Due to the increasing number of users, the solv Discord channel has been migrated to Validators DAO's Discord. - -Now this community is more focused on Solana Validators and RPC Operators. - -Validators DAO: https://discord.gg/8dhnZnvzuw diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index 2b2feb0b..86de5461 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,39 @@ # @epics-dao/solv +## 4.5.6 + +### Patch Changes + +- [#279](https://github.com/EpicsDAO/solv/pull/279) [`1dfeedd`](https://github.com/EpicsDAO/solv/commit/1dfeedd21caa5f4fae9cda555e8e34b1856ff526) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - solv update --migrate-config + + ## Summary + + This PR adds a new command `solv update --migrate-config` to migrate the old config file to the new config file. + + `solv.config.json` to `solv4.config.json` + + You can migrate the old config file to the new config file by running the following command: + + ```bash + solv update --migrate-config + ``` + + ## Config Update Command + + This command will update the config file to the latest version. + + ```bash + solv update --config + ``` + + ## solv Discord Channel is now migrated to Validators DAO's Discord + + Due to the increasing number of users, the solv Discord channel has been migrated to Validators DAO's Discord. + + Now this community is more focused on Solana Validators and RPC Operators. + + Validators DAO: https://discord.gg/8dhnZnvzuw + ## 4.5.5 ### Patch Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index 1d99d188..9dfb8217 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.5.5", + "version": "4.5.6", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",