diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ce96b..5d4f734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/sanity-io/sanity-plugin-iframe-pane/compare/v3.1.2...v3.1.3) (2023-12-08) + +### Bug Fixes + +- **deps:** update dependency @sanity/preview-url-secret to ^1.3.3 ([#95](https://github.com/sanity-io/sanity-plugin-iframe-pane/issues/95)) ([32c66d8](https://github.com/sanity-io/sanity-plugin-iframe-pane/commit/32c66d8a32cd656f4e298ecd8ed0db6d928a5a0e)) + ## [3.1.2](https://github.com/sanity-io/sanity-plugin-iframe-pane/compare/v3.1.1...v3.1.2) (2023-11-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index d33d3f0..98fd1d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-iframe-pane", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sanity-plugin-iframe-pane", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "dependencies": { "@sanity/icons": "^2.7.0", diff --git a/package.json b/package.json index 7ffc301..d954340 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-iframe-pane", - "version": "3.1.2", + "version": "3.1.3", "description": "Display any URL in a View Pane, along with helpful buttons to Copy the URL or open in a new tab", "homepage": "https://github.com/sanity-io/sanity-plugin-iframe-pane#readme", "bugs": {