From 95377782971d8e52252c19abbc6e9ecc09a073c9 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 19 Jan 2023 15:40:25 +0100 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 208d1867..2c361193 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. +### [1.1.1](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.1.0...v1.1.1) (2023-01-19) + + +### Bug Fixes + +* wrong props construct ([#293](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/293)) ([5f74fd3](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/5f74fd344fb35b8fbfc5d25bf652401fbb73e4e3)) + ## [1.1.0](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.0.1...v1.1.0) (2023-01-16) diff --git a/package.json b/package.json index 8edaafae..4b6440e9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-typo3", - "version": "1.1.0", + "version": "1.1.1", "description": "TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)", "license": "MIT", "author": "Macopedia",