From 1e0fb23528f1787ed7ac810436071aa840236116 Mon Sep 17 00:00:00 2001 From: lihbr Date: Mon, 13 Mar 2023 12:29:05 +0100 Subject: [PATCH] chore(release): 3.1.3 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d787042..a18109c 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.1.3](https://github.com/prismicio/prismic-vue/compare/v3.1.2...v3.1.3) (2023-03-13) + + +### Bug Fixes + +* forward `blank` and `rel` attributes to external link component ([e6d9e74](https://github.com/prismicio/prismic-vue/commit/e6d9e745e75e0a2c1dd1902eb1099e57e8d023d6)) + + +### Chore + +* **deps:** maintain dependencies ([366999c](https://github.com/prismicio/prismic-vue/commit/366999c37981971bebab24bd13b7a3d0dddaf13f)) + ### [3.1.2](https://github.com/prismicio/prismic-vue/compare/v3.1.1...v3.1.2) (2022-12-19) diff --git a/package-lock.json b/package-lock.json index e8239e2..cc114e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "3.1.2", + "version": "3.1.3", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^6.7.3", diff --git a/package.json b/package.json index 7295220..dd131df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "3.1.2", + "version": "3.1.3", "description": "Vue plugin, components, and composables to fetch and present Prismic content", "keywords": [ "typescript",