Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Jul 8, 2020
1 parent 1d95cdc commit 8544c82
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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.

## [0.6.0](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v0.3.0...v0.6.0) (2020-07-08)


### Features

* **doc:** add vuepress ([8eb49dc](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/8eb49dcd6b0c4b8be1a8d62b43e21824087826fc))
* **domains:** support multiply domains ([#14](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/14)) ([dbe19d5](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/dbe19d548a0555dfd718e65eb132d228f6ab2d98))
* **layouts:** add page content for error pages ([#19](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/19)) ([f99f46c](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/f99f46c87867c68b283c97b3ab6383dae60d9e5a))


### Bug Fixes

* **ce:** support intext option for gallery content element ([f604c0a](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/f604c0ae56ef4dd77ed6b6747561df1c3ee48d3b))
* **domains:** compute default locale and avoid nested merge ([#32](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/32)) ([d1dc058](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/d1dc05859a0f36efc18809580e115926a295505b))
* **layouts:** remove uselsess h1 tag ([657b640](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/657b640fc1e6f5deb89e14bcd54ffc8a5a45311c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-typo3",
"version": "0.5.0",
"version": "0.6.0",
"description": "TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)",
"license": "MIT",
"author": "Macopedia",
Expand Down

0 comments on commit 8544c82

Please sign in to comment.