Selaa lähdekoodia

Version Packages (#3)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] 1 vuosi sitten
vanhempi
sitoutus
3a2a70968e
3 muutettua tiedostoa jossa 7 lisäystä ja 6 poistoa
  1. 0 5
      .changeset/calm-garlics-trade.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/calm-garlics-trade.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.8
+
+### Patch Changes
+
+- [`6c6d6f7`](https://github.com/solana-program/create-solana-program/commit/6c6d6f733027a181c5acb2f6b1b7b1820a337d22) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Test another publish cycle
+
 ## 0.1.7
 
 ### Patch Changes

+ 1 - 1
package.json

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