diff --git a/CHANGELOG.md b/CHANGELOG.md index 870f862..576768d 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.3.0](https://github.com/thebiggianthead/sanity-plugin-recurring-dates/compare/v1.2.0...v1.3.0) (2024-10-25) + +### Features + +- add preview component ([#22](https://github.com/thebiggianthead/sanity-plugin-recurring-dates/issues/22)) ([e34d859](https://github.com/thebiggianthead/sanity-plugin-recurring-dates/commit/e34d85946e193a728367ee7c5cdf24fa9b583806)) + ## [1.2.0](https://github.com/thebiggianthead/sanity-plugin-recurring-dates/compare/v1.1.1...v1.2.0) (2024-09-05) ### Features diff --git a/package-lock.json b/package-lock.json index 17b91ba..ddfb29a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-recurring-dates", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sanity-plugin-recurring-dates", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@sanity/incompatible-plugin": "^1.0.4", diff --git a/package.json b/package.json index 7368899..f26bd04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-recurring-dates", - "version": "1.2.0", + "version": "1.3.0", "description": "Add a custom input component to your Sanity Studio to manage recurring dates (e.g. for events)", "keywords": [ "sanity",