From 5f08f48c1e4cd2ebd50dffb59971c8f38b35a4ed Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 29 Jun 2023 11:37:18 +0200 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e2677f..bcfbe5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.1](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.3.0...v1.3.1) (2023-06-29) + + +### Features + +* add headers hook call on ssr request ([8856849](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/885684990b0757c488b557beecd27ebe2d9e7bcd)) +* change meta generator ([e3b6c63](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/e3b6c63fe12022f4d79d07b69f6c4f929eafa491)) + ## [1.3.0](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.2.4...v1.3.0) (2023-06-19) diff --git a/package.json b/package.json index c60e593e..1d856a1b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-typo3", - "version": "1.3.0", + "version": "1.3.1", "description": "TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)", "license": "MIT", "author": "Macopedia",