diff --git a/CHANGELOG.md b/CHANGELOG.md index eb92e687..98e98752 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.0.1](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.0.0...v1.0.1) (2022-11-25) + + +### Bug Fixes + +* typo (T3CeFormFormframework) ([f81d97f](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/f81d97f064ca0c6aabfcd02f171a0dead7558dfb)) + ## [1.0.0](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.0.0-alpha.6...v1.0.0) (2022-09-12) diff --git a/package.json b/package.json index e8c4006c..6b2c6f63 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-typo3", - "version": "1.0.0", + "version": "1.0.1", "description": "TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)", "license": "MIT", "author": "Macopedia",