Skip to content

Commit 30217fb

Browse files
Publish a new release (#41)
1 parent 1e34b70 commit 30217fb

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/many-singers-love.md

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

.changeset/thick-planes-carry.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.3
4+
5+
### Patch Changes
6+
7+
- [#39](https://github.com/solana-program/create-solana-program/pull/39) [`5a36fc9`](https://github.com/solana-program/create-solana-program/commit/5a36fc9b03797736413a4ab713cb1e287603c421) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update License to Apache 2.0
8+
9+
- [#40](https://github.com/solana-program/create-solana-program/pull/40) [`1e34b70`](https://github.com/solana-program/create-solana-program/commit/1e34b7082613380fb2c6f1fe6aea36e3a7cb8e6b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Improve JS client build configurations
10+
311
## 0.2.2
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.2",
3+
"version": "0.2.3",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)