Browse Source

Publish a new release (#80)

github-actions[bot] 1 năm trước cách đây
mục cha
commit
2abe9aea5a
3 tập tin đã thay đổi với 7 bổ sung6 xóa
  1. 0 5
      .changeset/stale-chicken-hunt.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/stale-chicken-hunt.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Fix typo in main workflow

+ 6 - 0
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

+ 1 - 1
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": {