Ver Fonte

Publish a new release (#60)

github-actions[bot] há 1 ano atrás
pai
commit
97364ec2ae
3 ficheiros alterados com 7 adições e 6 exclusões
  1. 0 5
      .changeset/friendly-poets-push.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/friendly-poets-push.md

@@ -1,5 +0,0 @@
----
-"create-solana-program": minor
----
-
-Bump Kinobi to 0.21.0 and web3.js to tp4

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # create-solana-program
 
+## 0.3.0
+
+### Minor Changes
+
+- [#59](https://github.com/solana-program/create-solana-program/pull/59) [`c8f8831`](https://github.com/solana-program/create-solana-program/commit/c8f88318206142e2eca3e2d0c62e4632bbc85f1a) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bump Kinobi to 0.21.0 and web3.js to tp4
+
 ## 0.2.9
 
 ### Patch Changes

+ 1 - 1
package.json

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