Browse Source

Publish a new release (#23)

github-actions[bot] 1 year ago
parent
commit
ff2dcd97fc
4 changed files with 9 additions and 11 deletions
  1. 0 5
      .changeset/quiet-rules-melt.md
  2. 0 5
      .changeset/silent-paws-repeat.md
  3. 8 0
      CHANGELOG.md
  4. 1 1
      package.json

+ 0 - 5
.changeset/quiet-rules-melt.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Use `cargo-build-sbf` instead of `cargo build-sbf` when building clients

+ 0 - 5
.changeset/silent-paws-repeat.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Generated clients can now be imported into ESM projects

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # create-solana-program
 
+## 0.1.16
+
+### Patch Changes
+
+- [#22](https://github.com/solana-program/create-solana-program/pull/22) [`6d5164b`](https://github.com/solana-program/create-solana-program/commit/6d5164b0287d3adbf6e5f7582ad2c51a4ba9d11d) Thanks [@steveluscher](https://github.com/steveluscher)! - Use `cargo-build-sbf` instead of `cargo build-sbf` when building clients
+
+- [#21](https://github.com/solana-program/create-solana-program/pull/21) [`a25f252`](https://github.com/solana-program/create-solana-program/commit/a25f252e4493850fbb91a73ca955f54dff8df909) Thanks [@steveluscher](https://github.com/steveluscher)! - Generated clients can now be imported into ESM projects
+
 ## 0.1.15
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "create-solana-program",
-  "version": "0.1.15",
+  "version": "0.1.16",
   "description": "An easy way to start a Solana program",
   "type": "module",
   "bin": {