瀏覽代碼

Publish a new release (#10)

github-actions[bot] 1 年之前
父節點
當前提交
f5bc960444

+ 0 - 5
.changeset/honest-donuts-obey.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Rename validator scripts

+ 0 - 5
.changeset/lovely-actors-jog.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Prefix dot files with \_. in templates

+ 0 - 5
.changeset/poor-cooks-camp.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Update `@solana/web3.js` to `^2.0.0-preview` – a relative version range that targets the newest version of the preview line

+ 0 - 7
.changeset/soft-elephants-compete.md

@@ -1,7 +0,0 @@
----
-"create-solana-program": patch
----
-
-Use fixed counter address in snapshots
-
-This prevents new keypairs from being generated and avoids having lots of unnecessary address changes between snapshots.

+ 14 - 0
CHANGELOG.md

@@ -1,5 +1,19 @@
 # create-solana-program
 
+## 0.1.12
+
+### Patch Changes
+
+- [#11](https://github.com/solana-program/create-solana-program/pull/11) [`097d08a`](https://github.com/solana-program/create-solana-program/commit/097d08a412d0019208bf9982f7ed1ca2f6cba1c9) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename validator scripts
+
+- [`a7e46b7`](https://github.com/solana-program/create-solana-program/commit/a7e46b7d060faab7b29d977438a4bce359a7fea4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Prefix dot files with \_. in templates
+
+- [#9](https://github.com/solana-program/create-solana-program/pull/9) [`2b62bf0`](https://github.com/solana-program/create-solana-program/commit/2b62bf02d198ce6b479c48e68f145e664a6735df) Thanks [@steveluscher](https://github.com/steveluscher)! - Update `@solana/web3.js` to `^2.0.0-preview` – a relative version range that targets the newest version of the preview line
+
+- [#12](https://github.com/solana-program/create-solana-program/pull/12) [`e254142`](https://github.com/solana-program/create-solana-program/commit/e25414264e493f568e5e87e748ca46805dd58c73) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use fixed counter address in snapshots
+
+  This prevents new keypairs from being generated and avoids having lots of unnecessary address changes between snapshots.
+
 ## 0.1.11
 
 ### Patch Changes

+ 1 - 1
package.json

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