diff --git a/.changeset/three-olives-listen.md b/.changeset/three-olives-listen.md deleted file mode 100644 index c5af386..0000000 --- a/.changeset/three-olives-listen.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@epics-dao/solv': minor ---- - -Now that we have the v2 version of the solv cli, we need to update the solv cli versioin. -So, we are adding a new function `getSolanaCLI` to get the solana cli version for agave/solana. -Also, solv switch incoming for v1 to v2. - -Add - getSolanaCLI to get the solana cli version for agave/solana -Add - solv switch incoming for v1 to v2 - -solana version: 1.x.x will be deprecated soon, so we need to switch to v2. diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index ca88aa2..c8fb68a 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,18 @@ # @epics-dao/solv +## 4.7.0 + +### Minor Changes + +- [`74afffc`](https://github.com/EpicsDAO/solv/commit/74afffc39efa4d126aab4a14240d352d6f3fa99d) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Now that we have the v2 version of the solv cli, we need to update the solv cli versioin. + So, we are adding a new function `getSolanaCLI` to get the solana cli version for agave/solana. + Also, solv switch incoming for v1 to v2. + + Add - getSolanaCLI to get the solana cli version for agave/solana + Add - solv switch incoming for v1 to v2 + + solana version: 1.x.x will be deprecated soon, so we need to switch to v2. + ## 4.6.15 ### Patch Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index ef86064..9ced07b 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.6.15", + "version": "4.7.0", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",