Skip to content

Commit 8668576

Browse files
Publish a new release
1 parent e254142 commit 8668576

File tree

6 files changed

+15
-23
lines changed

6 files changed

+15
-23
lines changed

.changeset/honest-donuts-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-actors-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/poor-cooks-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/soft-elephants-compete.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# create-solana-program
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [`a7e46b7`](https://github.com/solana-program/create-solana-program/commit/a7e46b7d060faab7b29d977438a4bce359a7fea4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Prefix dot files with \_. in templates
10+
11+
- [#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+
13+
- [#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
14+
15+
This prevents new keypairs from being generated and avoids having lots of unnecessary address changes between snapshots.
16+
317
## 0.1.11
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-solana-program",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)