Skip to content

Commit 5d8a92b

Browse files
Versioning changes (#84)
2 parents 2b1b8af + 48a2fc2 commit 5d8a92b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": "@changesets/cli/changelog",
4-
"commit": false,
4+
"commit": true,
55
"fixed": [],
66
"linked": [],
77
"access": "public",

.changeset/famous-bananas-turn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eth-tech-tree": patch
3+
---
4+
5+
Updating release workflow to commit package version changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-tech-tree",
3-
"version": "0.0.1",
3+
"version": "0.2.2",
44
"description": "",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)