diff --git a/CHANGELOG.md b/CHANGELOG.md index 94894ca..f457352 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. +## [4.1.2](https://github.com/sanity-io/sanity-plugin-markdown/compare/v4.1.1...v4.1.2) (2024-04-12) + +### Bug Fixes + +- **core:** updated styled-components peer dependency ([#95](https://github.com/sanity-io/sanity-plugin-markdown/issues/95)) ([b94cce9](https://github.com/sanity-io/sanity-plugin-markdown/commit/b94cce97de11a20ef379ab594df48a95f4c6a03a)) + ## [4.1.1](https://github.com/sanity-io/sanity-plugin-markdown/compare/v4.1.0...v4.1.1) (2024-01-15) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 657ad77..fb13343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-markdown", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sanity-plugin-markdown", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "@sanity/incompatible-plugin": "^1.0.4", diff --git a/package.json b/package.json index 61b6ff2..fa66194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-markdown", - "version": "4.1.1", + "version": "4.1.2", "description": "Markdown fields in Sanity Studio. Supports Github flavored Markdown and image uploads.", "keywords": [ "sanity",