Kaynağa Gözat

Publish a new release (#82)

github-actions[bot] 1 yıl önce
ebeveyn
işleme
5f9e149339
3 değiştirilmiş dosya ile 9 ekleme ve 8 silme
  1. 0 7
      .changeset/plenty-tools-invite.md
  2. 8 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 7
.changeset/plenty-tools-invite.md

@@ -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`.

+ 8 - 0
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

+ 1 - 1
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": {