diff --git a/CHANGELOG.md b/CHANGELOG.md index 4662e30..6413f5c 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. +## [3.2.0](https://github.com/prismicio/prismic-vue/compare/v3.1.4...v3.2.0) (2023-05-16) + + +### Features + +* deprecate `htmlSerializer` in favor of `serializer` and `richTextSerializer` ([a73284e](https://github.com/prismicio/prismic-vue/commit/a73284eaafb6e17f760722893be2855458ee4cc7)) + + +### Chore + +* **deps:** maintain dependencies ([c8ad43f](https://github.com/prismicio/prismic-vue/commit/c8ad43fa86d5c562b1e45c8a25f8aa81f1b8c3f9)) + ### [3.1.4](https://github.com/prismicio/prismic-vue/compare/v3.1.3...v3.1.4) (2023-04-12) diff --git a/package-lock.json b/package-lock.json index 6cf83b2..c796755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "3.1.4", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "3.1.4", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^6.7.3", diff --git a/package.json b/package.json index b0362de..3953341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "3.1.4", + "version": "3.2.0", "description": "Vue plugin, components, and composables to fetch and present Prismic content", "keywords": [ "typescript", @@ -97,4 +97,4 @@ "tags": "vetur/tags.json", "attributes": "vetur/attributes.json" } -} \ No newline at end of file +}