diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b8b76..e4b3819 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.2](https://github.com/prismicio/prismic-vue/compare/v4.0.1...v4.0.2) (2023-07-06) + + +### Chore + +* **deps:** maintain dependencies ([7dd808f](https://github.com/prismicio/prismic-vue/commit/7dd808fc0c867ad8548461ac083447e71d1ed386)) + + +### Documentation + +* tsdoc `[@example](https://github.com/example)` code snippet format ([#62](https://github.com/prismicio/prismic-vue/issues/62), [#67](https://github.com/prismicio/prismic-vue/issues/67)) ([eeaddc4](https://github.com/prismicio/prismic-vue/commit/eeaddc42a258e63c415464a3c0e98944fe551daf)) + ### [4.0.1](https://github.com/prismicio/prismic-vue/compare/v4.0.0...v4.0.1) (2023-06-09) diff --git a/package-lock.json b/package-lock.json index e4e2c9d..ddec22e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "4.0.1", + "version": "4.0.2", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^7.1.0", diff --git a/package.json b/package.json index 00ac1cc..33ea3d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "4.0.1", + "version": "4.0.2", "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 +}