diff --git a/.changeset/plenty-tools-invite.md b/.changeset/plenty-tools-invite.md deleted file mode 100644 index 2884645..0000000 --- a/.changeset/plenty-tools-invite.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-solana-program": patch ---- - -Improve Solana version link script - -`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`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5291b..087c2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # create-solana-program +## 0.3.11 + +### Patch Changes + +- [#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 + + `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`. + ## 0.3.10 ### Patch Changes diff --git a/package.json b/package.json index 29a6fdb..95af74f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-solana-program", - "version": "0.3.10", + "version": "0.3.11", "description": "An easy way to start a Solana program", "type": "module", "bin": {