Skip to content

Commit 80ee5e8

Browse files
Publish a new release (#52)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b7f957c commit 80ee5e8

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/polite-eels-eat.md

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

.changeset/sixty-hornets-cough.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.8
4+
5+
### Patch Changes
6+
7+
- [#53](https://github.com/solana-program/create-solana-program/pull/53) [`b7f957c`](https://github.com/solana-program/create-solana-program/commit/b7f957cac7981b733fe54e8092b96201c841f9d2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add main CI workflow
8+
9+
- [#51](https://github.com/solana-program/create-solana-program/pull/51) [`587286c`](https://github.com/solana-program/create-solana-program/commit/587286c94a8b2b06b1b40bd94a2874f479834591) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add lint scripts for generated clients
10+
311
## 0.2.7
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.7",
3+
"version": "0.2.8",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)