diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c8b94e..ece89011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.4.9](https://github.com/robinpyon/sanity-plugin-media/compare/v1.4.8...v1.4.9) (2022-05-29) + + +### Bug Fixes + +* remove rxjs and @sanity/client from peerDependencies ([b4df1f5](https://github.com/robinpyon/sanity-plugin-media/commit/b4df1f5ba067ff0e28dda08d376b03d444967d68)) + ### [1.4.8](https://github.com/robinpyon/sanity-plugin-media/compare/v1.4.7...v1.4.8) (2022-05-05) diff --git a/package.json b/package.json index 698084ee..321c03eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-media", - "version": "1.4.8", + "version": "1.4.9", "license": "MIT", "author": { "name": "Robin Pyon",