Skip to content

Commit 5f9e149

Browse files
Publish a new release (#82)
1 parent 2f9e702 commit 5f9e149

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/plenty-tools-invite.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# create-solana-program
22

3+
## 0.3.11
4+
5+
### Patch Changes
6+
7+
- [#81](https://github.com/solana-program/create-solana-program/pull/81) [`2f9e702`](https://github.com/solana-program/create-solana-program/commit/2f9e7020b8eddd14fd65528933a15c89495462db) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Improve Solana version link script
8+
9+
`pnpm solana:link` now also asks you to download the required Solana version if it's not already installed. Additionally, if the required Solana version is equal to or greater than `1.18.19`, the install URL will use `release.anza.xyz` instead of `release.solana.com`.
10+
311
## 0.3.10
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-solana-program",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)