Skip to content

Commit d0538ef

Browse files
Publish a new release (#92)
1 parent 380ec4f commit d0538ef

6 files changed

+13
-21
lines changed

.changeset/hungry-laws-jam.md

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

.changeset/lovely-gorillas-invite.md

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

.changeset/stupid-ducks-shop.md

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

.changeset/wise-poems-think.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.14
4+
5+
### Patch Changes
6+
7+
- [#93](https://github.com/solana-program/create-solana-program/pull/93) [`e5c620d`](https://github.com/solana-program/create-solana-program/commit/e5c620d05c494a4ce879580b5d9b15fb7f9a0a33) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use Codama v1.0.0 (See https://github.com/codama-idl/codama/pull/234)
8+
9+
- [#90](https://github.com/solana-program/create-solana-program/pull/90) [`2594fb8`](https://github.com/solana-program/create-solana-program/commit/2594fb891266e4aec0c5f9090ad40ee8d55eda12) Thanks [@kevinrodriguez-io](https://github.com/kevinrodriguez-io)! - Adds extra assertion helpers for shank programs
10+
11+
- [#95](https://github.com/solana-program/create-solana-program/pull/95) [`380ec4f`](https://github.com/solana-program/create-solana-program/commit/380ec4f69a7eb8e2489c2f91a229bcc103851df7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `2.0.0-rc.1` version of web3.js
12+
13+
- [#94](https://github.com/solana-program/create-solana-program/pull/94) [`218cebf`](https://github.com/solana-program/create-solana-program/commit/218cebfbca361df26ff6d043bd70d8e69a52becf) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use Node v20
14+
315
## 0.3.13
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.13",
3+
"version": "0.3.14",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)