Skip to content

Commit 685e866

Browse files
committed
🔖 Version packages
1 parent 4afd9eb commit 685e866

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
name: "Release v${{ steps.check.outputs.version }}"
7272
body_path: LATEST_CHANGELOG.md
7373
env:
74-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# create-w3-app
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Updates github actions, for github releases.
8+
39
## 0.4.1
410

511
### Patch Changes
612

7-
- Updates github actions
13+
- Updates github actions.
814

915
## 0.4.0
1016

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-w3-app",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Create ethereum dApps with w3 stack",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)