Skip to content

Commit 7daba0e

Browse files
committed
chore(release): 1.3.1
1 parent 350dc48 commit 7daba0e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.3.1](https://github.com/fabwcie/drawer/compare/v1.3.0...v1.3.1) (2024-01-16)
6+
7+
8+
### Features
9+
10+
* add shortcut keyboard index to setting modal ([2129047](https://github.com/fabwcie/drawer/commits/2129047928a56caaf5b28652a5f8d641428c389e))
11+
* **modal:** add `showHeader` option ([b0d357f](https://github.com/fabwcie/drawer/commits/b0d357fb266c75388338b4457cf6d2d8ae7d636a))
12+
* **modal:** add `showHeader` option ([2545b6b](https://github.com/fabwcie/drawer/commits/2545b6b8d28ae74087beafabf9189835d4eda87d))
13+
* support darkmode ([7fd2fc9](https://github.com/fabwcie/drawer/commits/7fd2fc9a7ac01d2601194d78918e1986d257a0ac))
14+
15+
16+
### Bug Fixes
17+
18+
* tabindex "bump" html ([7985209](https://github.com/fabwcie/drawer/commits/7985209b80420aba4a539337ea7d4fc2bad40508))
19+
520
## [1.3.0](https://github.com/fabwcie/drawer/compare/v1.2.2...v1.3.0) (2024-01-16)
621

722

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Canvas drawer for free hand drawing and more utility tools.",
44
"author": "Winkler Fabien <[email protected]>",
55
"contributors": [],
6-
"version": "1.3.0",
6+
"version": "1.3.1",
77
"type": "module",
88
"main": "src/Drawer.ts",
99
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)