diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ccfbc..0d32c0d 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.1.0](https://github.com/prismicio/prismic-vue/compare/v4.0.3...v4.1.0) (2023-09-26) + + +### Features + +* export `isFilled` object to helpers ([e51adf2](https://github.com/prismicio/prismic-vue/commit/e51adf27cf0c90f145d7c1b4d2a953ad3d46468e)) + ### [4.0.3](https://github.com/prismicio/prismic-vue/compare/v4.0.2...v4.0.3) (2023-08-30) diff --git a/package-lock.json b/package-lock.json index 3d5b95c..b67b823 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "4.0.3", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "4.0.3", + "version": "4.1.0", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^7.2.0", diff --git a/package.json b/package.json index e125274..f8d40fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "4.0.3", + "version": "4.1.0", "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 +}