diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd8063..8bf3952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +### [4.2.1](https://github.com/prismicio/prismic-vue/compare/v4.2.0...v4.2.1) (2024-03-28) + + +### Bug Fixes + +* display slice type for mapped slices in todo component ([95d5771](https://github.com/prismicio/prismic-vue/commit/95d5771b51dc45df5bd6663178afceae8942dc4c)) + + +### Refactor + +* `` ([#70](https://github.com/prismicio/prismic-vue/issues/70)) ([436834a](https://github.com/prismicio/prismic-vue/commit/436834a233acaefcb595d5e282862613439f9900)) + ## [4.2.0](https://github.com/prismicio/prismic-vue/compare/v4.1.0...v4.2.0) (2024-03-27) diff --git a/package-lock.json b/package-lock.json index ee6b593..95adefc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "4.2.0", + "version": "4.2.1", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^7.4.0", diff --git a/package.json b/package.json index d98d81a..a9da604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "4.2.0", + "version": "4.2.1", "description": "Vue plugin, components, and composables to fetch and present Prismic content", "keywords": [ "typescript",