Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.2.0 #71

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Changelog

## [1.2.0](https://github.com/terwer/zhi-blog/compare/v1.1.2...v1.2.0) (2023-04-24)


### Features

* [#51](https://github.com/terwer/zhi-blog/issues/51) 修改配置默认值 ([c138880](https://github.com/terwer/zhi-blog/commit/c138880a513a4c7becaea59d783aaac645d83630))
* 主题风格切换 ([472341c](https://github.com/terwer/zhi-blog/commit/472341c58188842ed3077febff244844ebcd2159))
* 使用 Nuxt3 重构博客 ([7956955](https://github.com/terwer/zhi-blog/commit/7956955f2a4064b6343e0f26d1ecec3df99d278d))
* 抽取发布 API 到 zhi-sdk ([d9ce4e8](https://github.com/terwer/zhi-blog/commit/d9ce4e8808f0ce59379f6f89a31c35f81295c657))
* 搜索颜色适配 ([416fbb8](https://github.com/terwer/zhi-blog/commit/416fbb8bc480acc5b5fb46a68f6480bb3252dddf))
* 搜索颜色适配 ([e8f2807](https://github.com/terwer/zhi-blog/commit/e8f28075d471c36872721547be4a0d29f4e36b85))
* 支持部署到 Node ([771e7a0](https://github.com/terwer/zhi-blog/commit/771e7a0f9078888a2213227bd0c7d0f6fe1909c9))
* 支持部署到 Node ([cb2fbae](https://github.com/terwer/zhi-blog/commit/cb2fbae32465c1267079cd197f00884273441fa3))
* 统一底部 ([641d0e5](https://github.com/terwer/zhi-blog/commit/641d0e5606fa9646be162e482bef486e3fecc4c2))
* 适配移动端侧边栏 ([5d5a43c](https://github.com/terwer/zhi-blog/commit/5d5a43c254ba59f945703c3e0bff71271f4775e5))
* 集成 Meilisearch ([59f6589](https://github.com/terwer/zhi-blog/commit/59f6589a68167b172773cbc018d6abf96dbc1312))
* 集成Server API ([2f7a865](https://github.com/terwer/zhi-blog/commit/2f7a865e8054deb71b0af4d6e09df6bcb7c765a4))
* 集成图标模块 ([b814e0d](https://github.com/terwer/zhi-blog/commit/b814e0d251378aa445e7c611881693428665c2d8))


### Bug Fixes

* 修复依赖问题 ([3090ea0](https://github.com/terwer/zhi-blog/commit/3090ea0f7ebf40a6dfcb3e95a9d17a18a21f6074))
* 修复工具类引用问题 ([dfaaf95](https://github.com/terwer/zhi-blog/commit/dfaaf95b80019086b02ad389b5a9a1983ac91c72))


### Miscellaneous

* adapt vercel build ([d82b50f](https://github.com/terwer/zhi-blog/commit/d82b50fa99a5ec53557ad14d5da3902ef699d9e7))
* add MEILISEARCH_ENDPOINT ([97398b5](https://github.com/terwer/zhi-blog/commit/97398b56c48f9ad8ff72e816eb46a3e967d3ed8e))
* add preset ([c3ee89b](https://github.com/terwer/zhi-blog/commit/c3ee89b8fc750ec39ce0e35874a7c640c1b81aba))
* fix scripts ([0050c43](https://github.com/terwer/zhi-blog/commit/0050c431a87438f9d78bf7078d562e16594b7e3d))
* pretty error ([0bdae8f](https://github.com/terwer/zhi-blog/commit/0bdae8fe9f5634ad75d6923b806d027302b06d8c))
* remove log ([1617a4e](https://github.com/terwer/zhi-blog/commit/1617a4edf528028f70d0be8f2edd5b8354cdcf41))
* remove static preset ([2a1ef1b](https://github.com/terwer/zhi-blog/commit/2a1ef1b4199a8e11535239b896281de998bade9e))
* 修改项目说明 ([c59c582](https://github.com/terwer/zhi-blog/commit/c59c582ffd436195387b1da1aa486296d7943aaf))
* 修改项目说明 ([c45182e](https://github.com/terwer/zhi-blog/commit/c45182ed2303cbad4d8b1ce68932e13fc80ccf04))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zhi-blog",
"version": "1.1.2",
"version": "1.2.0",
"description": "a blog based on siyuan-note api",
"type": "module",
"scripts": {
Expand Down