diff --git a/README.md b/README.md index 679c014..d10edb5 100644 --- a/README.md +++ b/README.md @@ -1339,7 +1339,7 @@ MIT © [Kendew Agency](https://github.com/Kendew-Agency) A list if breaking changes that could impact the way you configured the package -### 0.4.0 +### 0.3.1 - Added `events` to the `useComments()` hook. You can now subscribe to comment lifecycle events such as `onFocusChange`, `onCommentsConfirmed`, `onCommentsResolved`, `onCommentDeleted`, and `onCommentRegistered`. Each event method returns an unsubscribe function for easy cleanup. - New types exported: `CommentEvents`, `CommentEventMap`, `Unsubscribe`. diff --git a/package.json b/package.json index 89af483..d76ea94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kendew-agency/react-feedback-layer", - "version": "0.3.0", + "version": "0.3.1", "description": "Drop-in React feedback layer for collecting contextual user feedback", "license": "MIT", "author": "Kendew Agency",