diff --git a/CHANGELOG.md b/CHANGELOG.md index 1845799..732d78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.0](https://github.com/prismicio/prismic-vue/compare/v4.2.3...v4.3.0) (2024-09-27) + + +### Features + +* expose text to default slot ([0fbd7b4](https://github.com/prismicio/prismic-vue/commit/0fbd7b474edc0cf6295fb5ed1e2744c874b8f3bd)) +* support link text ([24e6464](https://github.com/prismicio/prismic-vue/commit/24e6464b016b47c107a93454028aa813de093bb9)) + ### [4.2.3](https://github.com/prismicio/prismic-vue/compare/v4.2.2...v4.2.3) (2024-09-16) diff --git a/package-lock.json b/package-lock.json index 6e8aae6..60b2b13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "4.2.3", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "4.2.3", + "version": "4.3.0", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^7.11.0", diff --git a/package.json b/package.json index 03b4a7c..1ca4bbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "4.2.3", + "version": "4.3.0", "description": "Vue plugin, components, and composables to fetch and present Prismic content", "keywords": [ "typescript",