Skip to content

Commit 536fb8c

Browse files
Publish a new release (#35)
1 parent 900ed38 commit 536fb8c

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/clever-wombats-grin.md

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

.changeset/sour-mirrors-raise.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.1
4+
5+
### Patch Changes
6+
7+
- [#36](https://github.com/solana-program/create-solana-program/pull/36) [`900ed38`](https://github.com/solana-program/create-solana-program/commit/900ed38281e25f33559c77cc838ff635ebdc0d35) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type for JS client
8+
9+
- [`41d47d0`](https://github.com/solana-program/create-solana-program/commit/41d47d06339d3af4074ccdbd9de35a63655cff11) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add prepublishOnly script to JS client
10+
311
## 0.2.0
412

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

0 commit comments

Comments
 (0)