We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172d82 commit 42636c9Copy full SHA for 42636c9
CHANGELOG.md
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@itpropro/tree-structure-ts",
3
- "version": "0.5.6",
+ "version": "0.5.3",
4
"type": "module",
5
"packageManager": "[email protected]",
6
"files": [
@@ -19,7 +19,7 @@
19
"coverage": "vitest run --coverage",
20
"build": "unbuild",
21
"typecheck": "tsc --noEmit",
22
- "bump": "changelogen --bump --release",
+ "bump": "changelogen --bump --release --no-output",
23
"docs": "typedoc --plugin typedoc-plugin-markdown --entryDocument README.md --readme README.md --out docs --githubPages false src/index.ts"
24
},
25
"devDependencies": {
0 commit comments