From 6487f527fdf826430637494972a07dd00096f0d7 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 17 Apr 2023 11:04:04 +0200 Subject: [PATCH] chore(release): 1.2.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a59c7f..90f3eb99 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.2.3](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.2.2...v1.2.3) (2023-04-17) + + +### Bug Fixes + +* mixing state in store ([#310](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/310)) ([5a876df](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/5a876df1b6c69c5d8b4fe5b5b9e6795151b85fcc)) + ### [1.2.2](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.2.1...v1.2.2) (2023-02-20) ### [1.2.1](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.2.0...v1.2.1) (2023-02-17) diff --git a/package.json b/package.json index 2ffe9378..55863885 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-typo3", - "version": "1.2.2", + "version": "1.2.3", "description": "TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)", "license": "MIT", "author": "Macopedia",