From b30b0f27757ffacf3955500883bfbd20035941fb Mon Sep 17 00:00:00 2001 From: Doist Bot Date: Wed, 22 Feb 2023 20:01:32 +0000 Subject: [PATCH] chore(release): 1.0.16 [skip ci] ## [1.0.16](https://github.com/Doist/typist/compare/v1.0.15...v1.0.16) (2023-02-22) ### Bug Fixes * Replace usage of useEvent with useCallback ([#98](https://github.com/Doist/typist/issues/98)) ([3b175f7](https://github.com/Doist/typist/commit/3b175f77cf0fa638a8ad267959ab720d24815fdd)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf530444..af64339f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.16](https://github.com/Doist/typist/compare/v1.0.15...v1.0.16) (2023-02-22) + +### Bug Fixes + +- Replace usage of useEvent with useCallback ([#98](https://github.com/Doist/typist/issues/98)) ([3b175f7](https://github.com/Doist/typist/commit/3b175f77cf0fa638a8ad267959ab720d24815fdd)) + ## [1.0.15](https://github.com/Doist/typist/compare/v1.0.14...v1.0.15) (2023-02-14) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index bea7fd85..f2dfcac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "1.0.15", + "version": "1.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "dependencies": { "@tiptap/core": "2.0.0-beta.217", diff --git a/package.json b/package.json index 04dd626d..b1b1449f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@doist/typist", "description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",