Skip to content

Commit 518c9b8

Browse files
Publish a new release (#102)
1 parent f2e1453 commit 518c9b8

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/polite-sheep-juggle.md

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

.changeset/swift-bottles-promise.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.3.16
4+
5+
### Patch Changes
6+
7+
- [#101](https://github.com/solana-program/create-solana-program/pull/101) [`5f27fdf`](https://github.com/solana-program/create-solana-program/commit/5f27fdfaa93e8bf6065fcb071ed8e846542f1e0e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove unused `@solana/webcrypto-ed25519-polyfill` dependency in JS client
8+
9+
- [#103](https://github.com/solana-program/create-solana-program/pull/103) [`f2e1453`](https://github.com/solana-program/create-solana-program/commit/f2e1453b0d7aefd80d409663f64acd04ed1d0ae6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `2.0.0-rc.4` version of web3.js
10+
311
## 0.3.15
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.3.15",
3+
"version": "0.3.16",
44
"description": "An easy way to start a Solana program",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)