Skip to content

Commit fb92c05

Browse files
Publish a new release (#64)
1 parent 5780c84 commit fb92c05

6 files changed

+13
-21
lines changed

.changeset/brown-dragons-kiss.md

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

.changeset/curvy-cheetahs-brush.md

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

.changeset/orange-lies-wave.md

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

.changeset/strong-buses-double.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.3.3
4+
5+
### Patch Changes
6+
7+
- [#63](https://github.com/solana-program/create-solana-program/pull/63) [`5780c84`](https://github.com/solana-program/create-solana-program/commit/5780c84ea5e1ee6b2dcedd5434eca263eb83d1cd) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix Prettier inconsistencies between generated scripts and JS client
8+
9+
- [`7232fa8`](https://github.com/solana-program/create-solana-program/commit/7232fa83a4d3adf1815e40b586e156a28dcb9449) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix tsup version
10+
11+
- [`5f51192`](https://github.com/solana-program/create-solana-program/commit/5f511926d1610f29d5739147b9ac6a36bfa1b86e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix prettier option in JS renderer
12+
13+
- [`fd72e33`](https://github.com/solana-program/create-solana-program/commit/fd72e33579881279ab38c6411b903acf946e281f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use double quotes in script folder
14+
315
## 0.3.2
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.3.2",
3+
"version": "0.3.3",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)