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 9c6593b commit fa79656Copy full SHA for fa79656
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.7.0 (alpha)
+## v0.7.1 (alpha)
4
5
- Add Kotlin support
6
bin/pkgviz.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env bun
import { existsSync } from 'node:fs';
import { mkdir, writeFile } from 'node:fs/promises';
import { fileURLToPath } from 'node:url';
package.json
@@ -14,7 +14,7 @@
14
"bun": ">=1.2.18",
15
"npm": ">=10.9.2"
16
},
17
- "version": "0.7.0",
+ "version": "0.7.1",
18
"scripts": {
19
"dev": "next dev --turbopack",
20
"build": "next build",
0 commit comments