Skip to content

Commit 84ab0fc

Browse files
committed
chore: release v0.3.0
1 parent 7308e47 commit 84ab0fc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"packageManager": "pnpm@9.5.0",
66
"scripts": {

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fast-npm-meta",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"description": "Get npm package metadata",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"prepare": "nitropack prepare",

0 commit comments

Comments
 (0)