From 3c51b05e9d66055cfadb695a1ca741d96d3a3fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BA=91=E9=A3=9E?= Date: Thu, 24 Mar 2022 11:26:24 +0800 Subject: [PATCH] v0.8.4 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7574645..e0b256b 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ ## next features 1. fix bugs -2. dev config -3. table paging -4. controls +2. github workflows +3. controls +4. table paging 5. docs ## install diff --git a/package.json b/package.json index 9dba729..4607a6a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.8.3", + "version": "0.8.4", "scripts": { "dev": "vite", "lib": "npm run lint && tsc && vite build --mode lib",