From 145d5a3abfc2e6e1823a889eba528c77cb761afa Mon Sep 17 00:00:00 2001 From: Rafael Gawenda <3426685+netizen-ais@users.noreply.github.com> Date: Wed, 28 Jun 2023 02:29:23 +0200 Subject: [PATCH] docs: update CHANGELOG.md (#959) Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 599713baf..7d721ef34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### :rocket: New Features * `react-moveable` - * add direciton on snap event #949 ([69312fd](https://github.com/daybrush/moveable/commit/69312fd6eb0c3ca48f446bcc680f91abab189dfd)) + * add direction on snap event #949 ([69312fd](https://github.com/daybrush/moveable/commit/69312fd6eb0c3ca48f446bcc680f91abab189dfd)) * export matrixes in getElementInfo ([c1aad6a](https://github.com/daybrush/moveable/commit/c1aad6a0aa19c9f5060fe9d9c3277c95a0ad2c5f)) * setMin, setMax scale size in onScaleStart ([ea4cd95](https://github.com/daybrush/moveable/commit/ea4cd9527cd599fec9f211f0713dbccb9e2ec343)) * support multiple dragTarget type #953 ([4a347d2](https://github.com/daybrush/moveable/commit/4a347d2b7f36570ba882cfe7894207210650d3ec))