Skip to content

Commit b3bcce1

Browse files
Publish a new release (#74)
1 parent 65ee1ab commit b3bcce1

6 files changed

+13
-21
lines changed

.changeset/clever-geese-march.md

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

.changeset/cold-jeans-develop.md

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

.changeset/cuddly-cheetahs-kick.md

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

.changeset/kind-flowers-breathe.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.8
4+
5+
### Patch Changes
6+
7+
- [#76](https://github.com/solana-program/create-solana-program/pull/76) [`9039243`](https://github.com/solana-program/create-solana-program/commit/903924365df769cc8b34357b749c15f8089541fa) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add script and CI workflow for publishing JS clients
8+
9+
- [#77](https://github.com/solana-program/create-solana-program/pull/77) [`0544bde`](https://github.com/solana-program/create-solana-program/commit/0544bdea0e706a49808798ef7f128927590e0f41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add script and CI workflow for publishing Rust clients
10+
11+
- [#75](https://github.com/solana-program/create-solana-program/pull/75) [`4adf466`](https://github.com/solana-program/create-solana-program/commit/4adf4662648f7a8c765980ab974c30ec4e493a21) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add CLI versions to workspace Cargo.toml and Solana check scripts
12+
13+
- [#73](https://github.com/solana-program/create-solana-program/pull/73) [`2e17eb9`](https://github.com/solana-program/create-solana-program/commit/2e17eb9f5f0443faad2c1dbdee6293619b7055d6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add description and repository to Rust client Cargo.toml
14+
315
## 0.3.7
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.7",
3+
"version": "0.3.8",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)