Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LHRUN committed Jan 7, 2024
1 parent ddeb6c1 commit e296fa9
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 @@
# 1.1.0

### Feat

- dynamic loading clarity

# 1.0.0

### Feat
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": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/store/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface FileAction {
}

const initId = uuidv4()
export const BOARD_VERSION = '1.0.0'
export const BOARD_VERSION = '1.1.0'

const useFileStore = create<FileState & FileAction>()(
persist(
Expand Down

0 comments on commit e296fa9

Please # to comment.