Skip to content

Commit be0871a

Browse files
Publish a new release (#47)
1 parent 3790b95 commit be0871a

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/cyan-trainers-own.md

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

.changeset/popular-tomatoes-train.md

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

CHANGELOG.md

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

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [#46](https://github.com/solana-program/create-solana-program/pull/46) [`baede97`](https://github.com/solana-program/create-solana-program/commit/baede97555ffc546deca6ce79e2dc508363d156a) Thanks [@febo](https://github.com/febo)! - Suppress node warnings when running ava
8+
9+
- [#48](https://github.com/solana-program/create-solana-program/pull/48) [`6480919`](https://github.com/solana-program/create-solana-program/commit/64809195f471a27f8bf8dc4f7e136b615a73020f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add support for Anchor
10+
311
## 0.2.5
412

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

0 commit comments

Comments
 (0)