diff --git a/.changeset/hungry-laws-jam.md b/.changeset/hungry-laws-jam.md deleted file mode 100644 index 65b9cbc..0000000 --- a/.changeset/hungry-laws-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-solana-program": patch ---- - -Use Codama v1.0.0 (See https://github.com/codama-idl/codama/pull/234) diff --git a/.changeset/lovely-gorillas-invite.md b/.changeset/lovely-gorillas-invite.md deleted file mode 100644 index 70f308d..0000000 --- a/.changeset/lovely-gorillas-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-solana-program": patch ---- - -Adds extra assertion helpers for shank programs diff --git a/.changeset/stupid-ducks-shop.md b/.changeset/stupid-ducks-shop.md deleted file mode 100644 index 6265986..0000000 --- a/.changeset/stupid-ducks-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-solana-program": patch ---- - -Use `2.0.0-rc.1` version of web3.js diff --git a/.changeset/wise-poems-think.md b/.changeset/wise-poems-think.md deleted file mode 100644 index eb8b5cd..0000000 --- a/.changeset/wise-poems-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-solana-program": patch ---- - -Use Node v20 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6652fe9..202a41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # create-solana-program +## 0.3.14 + +### Patch Changes + +- [#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) + +- [#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 + +- [#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 + +- [#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 + ## 0.3.13 ### Patch Changes diff --git a/package.json b/package.json index ac2f428..6ca0ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-solana-program", - "version": "0.3.13", + "version": "0.3.14", "description": "An easy way to start a Solana program", "type": "module", "bin": {