Sfoglia il codice sorgente

Publish a new release (#107)

github-actions[bot] 1 anno fa
parent
commit
39458126b5
3 ha cambiato i file con 7 aggiunte e 6 eliminazioni
  1. 0 5
      .changeset/dull-horses-taste.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/dull-horses-taste.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Cache and restore external accounts

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # create-solana-program
 # create-solana-program
 
 
+## 0.3.18
+
+### Patch Changes
+
+- [#104](https://github.com/solana-program/create-solana-program/pull/104) [`b6115d0`](https://github.com/solana-program/create-solana-program/commit/b6115d02350f0980748c192808d58c0ac2a03cc8) Thanks [@samuelvanderwaal](https://github.com/samuelvanderwaal)! - Cache and restore external accounts
+
 ## 0.3.17
 ## 0.3.17
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
package.json

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