diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d7c64..b395f31 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. +## [2.1.1](https://github.com/sanity-io/sanity-plugin-iframe-pane/compare/v2.1.0...v2.1.1) (2022-11-25) + +### Bug Fixes + +- **deps:** sanity ^3.0.0 (works with rc.3) ([d38cf1e](https://github.com/sanity-io/sanity-plugin-iframe-pane/commit/d38cf1e37ab9d3e443a3684f2ca89fd5405d2ed3)) + ## [2.1.0](https://github.com/sanity-io/sanity-plugin-iframe-pane/compare/v2.0.1...v2.1.0) (2022-11-22) ### Features diff --git a/package-lock.json b/package-lock.json index d83cd78..61bda86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-iframe-pane", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sanity-plugin-iframe-pane", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "@sanity/icons": "^2.0.0", diff --git a/package.json b/package.json index cc37239..ecdd3b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-iframe-pane", - "version": "2.1.0", + "version": "2.1.1", "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": {