Browse Source

Version Packages (#2)

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

+ 0 - 5
.changeset/stupid-ways-grin.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Test another publish cycle

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # create-solana-program
 
+## 0.1.7
+
+### Patch Changes
+
+- [`47aa567`](https://github.com/solana-program/create-solana-program/commit/47aa5677115b43ec27641a94c7739fadc2e2ce4f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Test another publish cycle
+
 ## 0.1.6
 
 ### Patch Changes

+ 1 - 1
package.json

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