Skip to content

Commit 3945812

Browse files
Publish a new release (#107)
1 parent b6115d0 commit 3945812

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/dull-horses-taste.md

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

CHANGELOG.md

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

3+
## 0.3.18
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.3.17
410

511
### 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.17",
3+
"version": "0.3.18",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)