소스 검색

Publish a new release (#43)

github-actions[bot] 1 년 전
부모
커밋
21bbff4b3a
3개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 5
      .changeset/fifty-experts-hunt.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/fifty-experts-hunt.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": patch
----
-
-Improve close account helper function performance in Rust client

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # create-solana-program
 
+## 0.2.4
+
+### Patch Changes
+
+- [#42](https://github.com/solana-program/create-solana-program/pull/42) [`2d199b4`](https://github.com/solana-program/create-solana-program/commit/2d199b4a66933759dc252388582300f9e1788c98) Thanks [@samuelvanderwaal](https://github.com/samuelvanderwaal)! - Improve close account helper function performance in Rust client
+
 ## 0.2.3
 
 ### Patch Changes

+ 1 - 1
package.json

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