We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eae0a3 commit 2c5d992Copy full SHA for 2c5d992
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# [0.2.0](https://github.com/hildebro/kleebah/compare/v0.1.0...v0.2.0) (2025-11-28)
2
+
3
4
+### Bug Fixes
5
6
+* github release using pnpm ([b2cf66a](https://github.com/hildebro/kleebah/commit/b2cf66a8c3cc858f49a1e6a853f104c2d4648b38))
7
+* misconfigured pnpm ([8eae0a3](https://github.com/hildebro/kleebah/commit/8eae0a3d00780e6f67d5583e0ec61b36f422c760))
8
9
10
+### Features
11
12
+* github releases ([5e34731](https://github.com/hildebro/kleebah/commit/5e3473160fa23418a86f56703e8c4698ec19b5c9))
package.json
@@ -1,7 +1,7 @@
{
"name": "kleebah",
"private": true,
- "version": "0.0.1",
+ "version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite dev",
0 commit comments