We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6058685 commit 89a6b54Copy full SHA for 89a6b54
packages/core/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.1.12 (2024-12-04)
4
+
5
+- Fix custom base handling
6
7
## 0.1.11 (2024-04-01)
8
9
- Allow Vite 5 as peer dependency
packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@whyframe/core",
"description": "Core library for whyframe",
- "version": "0.1.11",
+ "version": "0.1.12",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
0 commit comments