Skip to content

Commit b490807

Browse files
Publish a new release (#97)
1 parent faa8768 commit b490807

6 files changed

+13
-21
lines changed

.changeset/afraid-queens-grow.md

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

.changeset/eighty-bulldogs-poke.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
- [#100](https://github.com/solana-program/create-solana-program/pull/100) [`faa8768`](https://github.com/solana-program/create-solana-program/commit/faa87683239dfd63a30d8557670a9512b743ddb6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add repository URL to package.json of generated JS clients
10+
11+
- [#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
12+
13+
- [#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
14+
315
## 0.3.14
416

517
### 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)