diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b3819..a2ccfbc 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.0.3](https://github.com/prismicio/prismic-vue/compare/v4.0.2...v4.0.3) (2023-08-30) + + +### Bug Fixes + +* looser slice component type ([61c87e3](https://github.com/prismicio/prismic-vue/commit/61c87e3c43811529cb5ceada953b43e6525a0881)) + + +### Chore + +* **deps:** maintain dependencies ([49a2e4f](https://github.com/prismicio/prismic-vue/commit/49a2e4fae4cc6cd44d1fce7f98e0b0eb2f93cfec)) + ### [4.0.2](https://github.com/prismicio/prismic-vue/compare/v4.0.1...v4.0.2) (2023-07-06) diff --git a/package-lock.json b/package-lock.json index c27d38d..200864c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "4.0.2", + "version": "4.0.3", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^7.2.0", diff --git a/package.json b/package.json index 2d242dd..4e0dbd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "4.0.2", + "version": "4.0.3", "description": "Vue plugin, components, and composables to fetch and present Prismic content", "keywords": [ "typescript", @@ -103,4 +103,4 @@ "tags": "vetur/tags.json", "attributes": "vetur/attributes.json" } -} \ No newline at end of file +}