Skip to content

Commit

Permalink
Update version to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 1, 2024
1 parent 28f223d commit 2e73980
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "repodocs",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"bin": {
"repodocs": "./src/index.js"
},
"main": "./src/index.js",
"module": "./src/index.js",
"files": ["src/index.js"],
"files": [
"src/index.js"
],
"scripts": {
"build": "rslib build",
"check": "biome check --write",
Expand Down

0 comments on commit 2e73980

Please sign in to comment.