Skip to content

Commit 80f0373

Browse files
committed
chore: set version number in package.json
Removed the default version number (1.0.0) to minor release (0.1.0), upcoming releases will bump from this base version
1 parent efae9e2 commit 80f0373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "caching-proxy-cli",
33
"module": "index.ts",
44
"type": "module",
5-
"version": "1.0.0",
5+
"version": "0.1.0",
66
"bin": {
77
"caching-proxy": "./index.ts"
88
},

0 commit comments

Comments
 (0)