From 236ba56be17f53f701fcfc6ca81b867defa433bd Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 24 Jul 2023 00:59:44 +0000
Subject: [PATCH] version bump, update doc
---
package-lock.json | 4 ++--
content/features/upcoming features.md | 1 -
package.json | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/content/features/upcoming features.md b/content/features/upcoming features.md
index dbd5a17..8e7711e 100644
--- a/content/features/upcoming features.md
+++ b/content/features/upcoming features.md
@@ -4,7 +4,6 @@
## high priority
-- inspect bundle size generated by esbuild (it shouldnt be that high)
- component resources should be emitted by an emitter
- https://help.obsidian.md/Editing+and+formatting/Tags#Nested+tags nested tags??
- watch mode for config/source code
diff --git a/package-lock.json b/package-lock.json
index c0d4c1e..bd6566f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@jackyzha0/quartz",
- "version": "4.0.5",
+ "version": "4.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jackyzha0/quartz",
- "version": "4.0.5",
+ "version": "4.0.6",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.6.3",
diff --git a/package.json b/package.json
index 64967a6..8ece9eb 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@jackyzha0/quartz",
"description": "🌱 publish your digital garden and notes as a website",
"private": true,
- "version": "4.0.5",
+ "version": "4.0.6",
"type": "module",
"author": "jackyzha0 <j.zhao2k19@gmail.com>",
"license": "MIT",
--
Gitblit v1.10.0