diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e1b26..26be2b9 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. +## [1.1.3](https://github.com/winteragency/sanity-plugin-link-field/compare/v1.1.2...v1.1.3) (2024-05-06) + +### Bug Fixes + +- set default type to "internal" if it's somehow missing ([#10](https://github.com/winteragency/sanity-plugin-link-field/issues/10)) ([4f9ec69](https://github.com/winteragency/sanity-plugin-link-field/commit/4f9ec698d309447e99586dc887824ae0e488e601)) + ## [1.1.2](https://github.com/winteragency/sanity-plugin-link-field/compare/v1.1.1...v1.1.2) (2024-05-06) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 0945b9d..78cc9ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-link-field", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sanity-plugin-link-field", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "@sanity/incompatible-plugin": "^1.0.4", diff --git a/package.json b/package.json index f28a20e..ea5bdbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-link-field", - "version": "1.1.2", + "version": "1.1.3", "description": "A custom Link field for Sanity Studio", "keywords": [ "sanity",