Skip to content

Commit b2f78e2

Browse files
committed
Release 1.0.1
1 parent a5c6b9c commit b2f78e2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"git": {
3-
"tagName": "v${version}"
3+
"tagName": "v${version}",
4+
"requireCleanWorkingDir": false
45
},
56
"github": {
67
"release": true,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfsoftworks/nestjs-ipfs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A module for utilizing IPFS p2p filesystem with NestJS",
55
"author": "MF Softworks <arranjamesfletcher2012@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)