Skip to content

Commit ff2dcd9

Browse files
Publish a new release (#23)
1 parent 6d5164b commit ff2dcd9

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/quiet-rules-melt.md

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

.changeset/silent-paws-repeat.md

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

CHANGELOG.md

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

3+
## 0.1.16
4+
5+
### Patch Changes
6+
7+
- [#22](https://github.com/solana-program/create-solana-program/pull/22) [`6d5164b`](https://github.com/solana-program/create-solana-program/commit/6d5164b0287d3adbf6e5f7582ad2c51a4ba9d11d) Thanks [@steveluscher](https://github.com/steveluscher)! - Use `cargo-build-sbf` instead of `cargo build-sbf` when building clients
8+
9+
- [#21](https://github.com/solana-program/create-solana-program/pull/21) [`a25f252`](https://github.com/solana-program/create-solana-program/commit/a25f252e4493850fbb91a73ca955f54dff8df909) Thanks [@steveluscher](https://github.com/steveluscher)! - Generated clients can now be imported into ESM projects
10+
311
## 0.1.15
412

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

0 commit comments

Comments
 (0)