diff --git a/packages/live-preview-sdk/CHANGELOG.md b/packages/live-preview-sdk/CHANGELOG.md index e80e8050..bcc4c20d 100644 --- a/packages/live-preview-sdk/CHANGELOG.md +++ b/packages/live-preview-sdk/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.6.5](https://github.com/contentful/live-preview/compare/@contentful/live-preview@4.6.4...@contentful/live-preview@4.6.5) (2025-01-23) + + +### Bug Fixes + +* trigger save event also when inspector mode is disabled ([#1027](https://github.com/contentful/live-preview/issues/1027)) ([b300e74](https://github.com/contentful/live-preview/commit/b300e74f5295f650dde8da3811d51b43939b7a2c)) + + + + + ## [4.6.4](https://github.com/contentful/live-preview/compare/@contentful/live-preview@4.6.3...@contentful/live-preview@4.6.4) (2025-01-13) **Note:** Version bump only for package @contentful/live-preview diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index 3ed1770c..8c0f77ec 100644 --- a/packages/live-preview-sdk/package.json +++ b/packages/live-preview-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/live-preview", - "version": "4.6.4", + "version": "4.6.5", "author": "Contentful GmbH", "license": "MIT", "description": "Preview SDK for both the field tagging connection + live content updates",