Skip to content

Commit 45e82dd

Browse files
Publish a new release
1 parent 938afd3 commit 45e82dd

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/afraid-queens-grow.md

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

.changeset/mean-ducks-lick.md

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

.changeset/wet-lions-taste.md

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

CHANGELOG.md

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

3+
## 0.3.15
4+
5+
### Patch Changes
6+
7+
- [#99](https://github.com/solana-program/create-solana-program/pull/99) [`938afd3`](https://github.com/solana-program/create-solana-program/commit/938afd3d0434d290a06dfc89cb5c1f6dcd3cac35) Thanks [@febo](https://github.com/febo)! - Use install-solana action from solana-program
8+
9+
- [#96](https://github.com/solana-program/create-solana-program/pull/96) [`3487f44`](https://github.com/solana-program/create-solana-program/commit/3487f448781616bf1ed8b87da3addd0c939b42f8) Thanks [@febo](https://github.com/febo)! - Use loop on program scripts
10+
11+
- [#98](https://github.com/solana-program/create-solana-program/pull/98) [`0e9c6bd`](https://github.com/solana-program/create-solana-program/commit/0e9c6bd3bb237df762afc93172b99bd6932cf23f) Thanks [@febo](https://github.com/febo)! - Use cargo test directly on Rust client script
12+
313
## 0.3.14
414

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

0 commit comments

Comments
 (0)