bump version

This commit is contained in:
HPCesia 2024-11-13 17:56:20 +08:00
parent 28035a8513
commit 66d07bb2a5

View File

@ -1,6 +1,6 @@
{
"name": "hexo-highlighter-shiki",
"version": "1.2.1",
"version": "1.2.2",
"description": "A package for Hexo which use Shiki to render code highlight.",
"main": "dist/index.js",
"files": [
@ -36,6 +36,7 @@
"typescript": "^5.6.3"
},
"peerDependencies": {
"hexo": "^7.0.0"
"hexo": "^7.0.0",
"hexo-util": "^3.3.0"
}
}