Skip to content

Commit

Permalink
release: 🚀 版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuohumax committed Oct 23, 2024
1 parent 0da1f24 commit 7de0bf7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
9 changes: 9 additions & 0 deletions app/label/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @xiaohuohumax/miaoji-label

## 1.1.0

### Minor Changes

1. 添加文章置顶功能
2. markdown 代码块高亮替换为 Shiki
3. 修复 markdown 代码块主题 Edge 渲染异常
4. markdown 代码块添加高亮,聚焦,对比等功能

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion app/label/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xiaohuohumax/miaoji-label",
"type": "module",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"description": "MiaoJi Label Tool",
"author": {
Expand Down
9 changes: 9 additions & 0 deletions app/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @xiaohuohumax/miaoji-web

## 1.6.0

### Minor Changes

1. 添加文章置顶功能
2. markdown 代码块高亮替换为 Shiki
3. 修复 markdown 代码块主题 Edge 渲染异常
4. markdown 代码块添加高亮,聚焦,对比等功能

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion app/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xiaohuohumax/miaoji-web",
"type": "module",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"description": "MiaoJi web client",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
[
'feat',
'fix',
'release',
'init',
'art',
'docs',
Expand Down Expand Up @@ -64,6 +65,11 @@ module.exports = {
name: 'fix: 🐛 修复缺陷 | Fixing a bug',
emoji: ':bug:',
},
{
value: 'release',
name: 'release: 🚀 发布版本 | Publishing a new version',
emoji: ':rocket:',
},
{
value: 'init',
name: 'init: 🎉 初始项目 | Initial commit',
Expand Down

0 comments on commit 7de0bf7

Please sign in to comment.