Skip to content

Commit

Permalink
Merge pull request #89 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
solv new release
  • Loading branch information
POPPIN-FUMI authored Mar 4, 2024
2 parents caa300a + ad12258 commit 6a1ee2d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
30 changes: 0 additions & 30 deletions .changeset/cold-cheetahs-perform.md

This file was deleted.

31 changes: 31 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @epics-dao/solv

## 3.3.2

### Patch Changes

- [#88](https://github.com/EpicsDAO/solv/pull/88) [`a4c3d1f`](https://github.com/EpicsDAO/solv/commit/a4c3d1fc2f976a005bb724c028c4360cbe123e0c) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - ## Solana Validator Standard Update for 1.18.4(testnet), 1.17.4(mainnet)

Update solv

```
solv update
```

Check if solv version is updated

```
solv -V
3.3.2
```

Update solana and restart the node

```
solv update -b
```

You can monitor the progress of the update by running the following command

```
solv get monitor
```

## 3.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epics-dao/solv",
"version": "3.3.1",
"version": "3.3.2",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 6a1ee2d

Please sign in to comment.