diff --git a/.changeset/stale-chicken-hunt.md b/.changeset/stale-chicken-hunt.md deleted file mode 100644 index 16490b4..0000000 --- a/.changeset/stale-chicken-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-solana-program": patch ---- - -Fix typo in main workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e154d..6a5291b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-solana-program +## 0.3.10 + +### Patch Changes + +- [`d3c55ba`](https://github.com/solana-program/create-solana-program/commit/d3c55ba445a28ecd04551a95887242d032048314) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix typo in main workflow + ## 0.3.9 ### Patch Changes diff --git a/package.json b/package.json index 5cfd71c..29a6fdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-solana-program", - "version": "0.3.9", + "version": "0.3.10", "description": "An easy way to start a Solana program", "type": "module", "bin": {