We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6efe2 commit bb24ea8Copy full SHA for bb24ea8
docs/develop/change-log.md
@@ -2,7 +2,9 @@
2
3
### Version 2.1.1
4
5
-- [ ] fix:
+- [x] fix: cache discard correctly
6
+- [ ] feat: server could start should serve old version
7
+- [x] improve: .SPA-Multiple file create when upload
8
9
### Version 2.1.0
10
docs/develop/roadmap.md
@@ -1,6 +1,8 @@
1
# Roadmap
+
### Version 2.0.x
- bench: add benchmark
- doc: spa-client command help doc
-- integration check of files list
+- [x] integration check of files list
- config format change from honcon to yaml (honcon lib is archived)
package.json
@@ -1,6 +1,6 @@
{
"name": "spa-server-doc",
- "version": "2.0.0",
+ "version": "2.1.1",
"description": "This is for docs powered by VitePress",
"private": true,
"type": "module",
0 commit comments