Skip to content

Commit

Permalink
chore: make version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Mar 24, 2022
1 parent 9a3373d commit 74f605d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
bump-minor-pre-major: true
# The logic below handles the npm publication:
- uses: actions/checkout@v2
# these if statements ensure that a publication only occurs when
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ipld/unixfs",
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
"version": "1.0.0-dev",
"version": "0.1.0",
"files": [
"src",
"gen",
Expand Down

0 comments on commit 74f605d

Please sign in to comment.