Skip to content

Commit 0d69f0b

Browse files
Publish a new release (#28)
1 parent b55bf91 commit 0d69f0b

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/plenty-hats-taste.md

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

.changeset/rotten-badgers-chew.md

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

.changeset/sweet-years-run.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# create-solana-program
22

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- [#29](https://github.com/solana-program/create-solana-program/pull/29) [`b55bf91`](https://github.com/solana-program/create-solana-program/commit/b55bf917df3a7fc534ddfb06f02f1c8aa4d7214e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `@solana/eslint-config-solana` preset
8+
9+
- [#27](https://github.com/solana-program/create-solana-program/pull/27) [`43c7662`](https://github.com/solana-program/create-solana-program/commit/43c7662d6c19e69bc7a759483f0368654aad227a) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove typedoc-plugin-expand-object-like-types from JS client
10+
11+
- [#26](https://github.com/solana-program/create-solana-program/pull/26) [`990ddce`](https://github.com/solana-program/create-solana-program/commit/990ddcec4d46bd9c899b31a66acb68b5daa57039) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix linting for JS clients
12+
313
## 0.1.17
414

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

0 commit comments

Comments
 (0)