Skip to content

Commit

Permalink
Publish a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent faa8768 commit 15056f1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-queens-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-bulldogs-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-ducks-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-lions-taste.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-solana-program

## 0.3.15

### Patch Changes

- [#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

- [#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

- [#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

- [#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

## 0.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-solana-program",
"version": "0.3.14",
"version": "0.3.15",
"description": "An easy way to start a Solana program",
"type": "module",
"bin": {
Expand Down

0 comments on commit 15056f1

Please sign in to comment.