1 parent 4afd9eb commit 685e866Copy full SHA for 685e866
3 files changed
.github/workflows/release.yml
@@ -71,4 +71,4 @@ jobs:
71
name: "Release v${{ steps.check.outputs.version }}"
72
body_path: LATEST_CHANGELOG.md
73
env:
74
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
CHANGELOG.md
@@ -1,10 +1,16 @@
1
# create-w3-app
2
3
+## 0.4.2
4
+
5
+### Patch Changes
6
7
+- Updates github actions, for github releases.
8
9
## 0.4.1
10
11
### Patch Changes
12
-- Updates github actions
13
+- Updates github actions.
14
15
## 0.4.0
16
package.json
@@ -1,6 +1,6 @@
{
"name": "create-w3-app",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "Create ethereum dApps with w3 stack",
"repository": {
"type": "git",
0 commit comments