Procházet zdrojové kódy

Publish a new release (#72)

github-actions[bot] před 1 rokem
rodič
revize
1b3e48588d
3 změnil soubory, kde provedl 7 přidání a 6 odebrání
  1. 0 5
      .changeset/nine-sheep-wash.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/nine-sheep-wash.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Detect installed Rust version

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # create-solana-program
 
+## 0.3.7
+
+### Patch Changes
+
+- [#71](https://github.com/solana-program/create-solana-program/pull/71) [`4a55c62`](https://github.com/solana-program/create-solana-program/commit/4a55c62e77f96382019b9ef42a83c9978f20996e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Detect installed Rust version
+
 ## 0.3.6
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "create-solana-program",
-  "version": "0.3.6",
+  "version": "0.3.7",
   "description": "An easy way to start a Solana program",
   "type": "module",
   "bin": {