diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf3952..db332df 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. +### [4.2.2](https://github.com/prismicio/prismic-vue/compare/v4.2.1...v4.2.2) (2024-04-25) + + +### Bug Fixes + +* ``'s `slices` type issue ([f88c6b4](https://github.com/prismicio/prismic-vue/commit/f88c6b460d2c12dcce6ea437c8a8d84f08eb3abc)) + ### [4.2.1](https://github.com/prismicio/prismic-vue/compare/v4.2.0...v4.2.1) (2024-03-28) diff --git a/package-lock.json b/package-lock.json index 95adefc..d718863 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "4.2.1", + "version": "4.2.2", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^7.4.0", diff --git a/package.json b/package.json index a9da604..9ac35ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "4.2.1", + "version": "4.2.2", "description": "Vue plugin, components, and composables to fetch and present Prismic content", "keywords": [ "typescript",