Skip to content

Commit e7115cc

Browse files
Publish a new release (#15)
1 parent 5a7ff73 commit e7115cc

6 files changed

+13
-21
lines changed

.changeset/cuddly-forks-mate.md

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

.changeset/fifty-owls-retire.md

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

.changeset/neat-pumpkins-suffer.md

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

.changeset/tricky-rules-give.md

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

CHANGELOG.md

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

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- [`20f4619`](https://github.com/solana-program/create-solana-program/commit/20f46195dcde3c23f9080e2c941121221eeacd1d) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Upgrade Kinobi to 0.17.8
8+
9+
- [#16](https://github.com/solana-program/create-solana-program/pull/16) [`7fd2f2e`](https://github.com/solana-program/create-solana-program/commit/7fd2f2ea99c89d48f71771aa984ffb833b70055c) Thanks [@febo](https://github.com/febo)! - Switch initial package/crate version to 0.0.0
10+
11+
- [#17](https://github.com/solana-program/create-solana-program/pull/17) [`5a7ff73`](https://github.com/solana-program/create-solana-program/commit/5a7ff73f47f4f2c9030fbc97ff73866cb35a8533) Thanks [@febo](https://github.com/febo)! - Add fallback logic for sha checksum
12+
13+
- [#14](https://github.com/solana-program/create-solana-program/pull/14) [`f86fa27`](https://github.com/solana-program/create-solana-program/commit/f86fa279ebf5cfb64d71a55f5feeb61ddf8e1d6c) Thanks [@febo](https://github.com/febo)! - Not start validator for Rust client tests
14+
315
## 0.1.13
416

517
### 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.13",
3+
"version": "0.1.14",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)