diff --git a/CHANGELOG.md b/CHANGELOG.md index 252066b..3ed5722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,4 +84,10 @@ ### Refactored * 微调页脚 -* 微调导航栏 \ No newline at end of file +* 微调导航栏 + +## [2.1.1] - 2024-7-9 + +### Fix + +* 修复了不能跳转的问题(原因未知) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d426963..f2657c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frosti", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frosti", - "version": "2.1.0", + "version": "2.1.1", "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/mdx": "^2.3.1", diff --git a/package.json b/package.json index bbaabd4..02360a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frosti", "type": "module", - "version": "2.1.0", + "version": "2.1.1", "scripts": { "dev": "astro dev", "start": "astro dev",