瀏覽代碼

Publish a new release (#7)

github-actions[bot] 1 年之前
父節點
當前提交
ed8d6b1ba3
共有 3 個文件被更改,包括 7 次插入6 次删除
  1. 0 5
      .changeset/rich-waves-ring.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/rich-waves-ring.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Fixes a typo and small tweak to program label

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # create-solana-program
 
+## 0.1.11
+
+### Patch Changes
+
+- [#6](https://github.com/solana-program/create-solana-program/pull/6) [`52e704a`](https://github.com/solana-program/create-solana-program/commit/52e704a3b2a37bdb3e146272c8469a38a36b1c9b) Thanks [@febo](https://github.com/febo)! - Fixes a typo and small tweak to program label
+
 ## 0.1.10
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "create-solana-program",
-  "version": "0.1.10",
+  "version": "0.1.11",
   "description": "An easy way to start a Solana program",
   "type": "module",
   "bin": {