We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0eeaa0 + 51738c9 commit 47fb9a4Copy full SHA for 47fb9a4
.changeset/fix-publish-latest-tag.md
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# create-solana-dapp
2
3
+## 4.8.1
4
+
5
+### Patch Changes
6
7
+- [#223](https://github.com/solana-foundation/create-solana-dapp/pull/223)
8
+ [`c5bde70`](https://github.com/solana-foundation/create-solana-dapp/commit/c5bde70d60ed2d0457550dfaf440e084c284b5d1)
9
+ Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - fix: enable automated npm publish to `latest` tag
10
11
## 4.8.0
12
13
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "create-solana-dapp",
- "version": "4.8.0",
+ "version": "4.8.1",
"description": "The fastest way to create Solana apps",
"repository": {
"name": "solana-foundation/create-solana-dapp",
0 commit comments