Skip to content

Commit a4b33a3

Browse files
Publish a new release
1 parent e5c620d commit a4b33a3

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
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.

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.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+
311
## 0.3.13
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.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)