release: 1.18.4

This commit is contained in:
xaoxuu 2022-12-20 00:55:54 +08:00
parent efea98aa86
commit 35e3806db8
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
######## Stellar info ########
stellar:
version: '1.18.3'
version: '1.18.4'
homepage: 'https://xaoxuu.com/wiki/stellar/'
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
cdn_css: # Use cdn links instead of /css/main.css

View File

@ -41,14 +41,14 @@ function commit() {
git rebase main
printf "\n\n> \033[32m%s\033[0m" 'git push origin'
printf "\n"
# printf "\n"
git push origin main
git push origin npm
# npm publish
git tag ${VERSION}
git push --tags
# git tag ${VERSION}
# git push --tags
git checkout main
# done

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-stellar",
"version": "1.18.3",
"version": "1.18.4",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"scripts": {