Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LHRUN committed Sep 24, 2023
1 parent e0469f0 commit eac7367
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.5 (2023-09-24)

### Fix

- single layer deleted error

# 0.2.4 (2023-09-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paint-board",
"private": true,
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/paintBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class PaintBoard {
// 选择元素
select: SelectElement
// 版本号,主要用于兼容缓存数据
version = '0.2.4'
version = '0.2.5'
// 画笔素材加载状态
loadMaterialState = false
// 画笔素材
Expand Down

0 comments on commit eac7367

Please sign in to comment.