Skip to content

Commit cedd567

Browse files
committed
chore(release): 2.0.1
1 parent 3091d9f commit cedd567

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

5+
## [2.0.1](https://github.com/fabienwnklr/free-drawing/compare/v2.0.0...v2.0.1) (2024-04-18)
6+
7+
8+
### Features
9+
10+
* add microevent to dropdown ([7310925](https://github.com/fabienwnklr/free-drawing/commits/731092578c4ec64ec5a0fd6df41fa80ec2a23b8f))
11+
* **toast:** add `MicroEvent` and icon ([1384cc4](https://github.com/fabienwnklr/free-drawing/commits/1384cc488a8220e1dabff65023cee4f1ca051dfe))
12+
13+
14+
### Bug Fixes
15+
16+
* **dropdown:** trigger hide if is shown only ([8a66747](https://github.com/fabienwnklr/free-drawing/commits/8a667479dab69d9158f738d0f3cc994912ac0f85))
17+
518
## [2.0.0](https://github.com/fabienwnklr/free-drawing/compare/v1.0.1-alpha.1...v2.0.0) (2024-04-11)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Infinite canvas",
55
"contributors": [],
66
"private": false,
7-
"version": "2.0.0",
7+
"version": "2.0.1",
88
"type": "module",
99
"main": "src/Drawer.ts",
1010
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)