diff --git a/CHANGELOG.md b/CHANGELOG.md index 5954dd4..690e336 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. +### [2.1.2](https://github.com/prismicio/prismic-vue/compare/v2.1.1...v2.1.2) (2022-02-24) + + +### Bug Fixes + +* render alt attribute properly for a11y, fixes [#55](https://github.com/prismicio/prismic-vue/issues/55) ([58aa764](https://github.com/prismicio/prismic-vue/commit/58aa7646e97ef4afc11986b048d96ee66389bc06)) + ### [2.1.1](https://github.com/prismicio/prismic-vue/compare/v2.1.0...v2.1.1) (2022-02-16) diff --git a/package-lock.json b/package-lock.json index 64c7eda..cf18253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/vue", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/vue", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index 474eb92..93cc571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/vue", - "version": "2.1.1", + "version": "2.1.2", "description": "Vue plugin and components to fetch and present Prismic content", "keywords": [ "prismic",