Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Feb 2, 2023
1 parent 800f4ba commit 3aaadaa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.0](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.1.1...v1.2.0) (2023-02-02)


### Features

* **#296:** removed functional components ([2b56ebe](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/2b56ebe7268cb661d5674c340ef89ddfc24cd72c)), closes [#296](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/296)
* **#296:** removed unnecessary v-bind ([9390dd2](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/9390dd27f7f967e76dd12b158a7d29712d38f594)), closes [#296](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/296)


### Bug Fixes

* **#297:** fixed prop type for tfoot ([86bd8ed](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/86bd8ed5d989ff8af1d06bc0e3280423c3615179))
* apply name for dynamic page ([#300](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/300)) ([1fbbd72](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/1fbbd72eb90c351d1f76bfdae7e1708c8ac8e422))

### [1.1.1](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.1.0...v1.1.1) (2023-01-19)


Expand Down
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": "1.1.1",
"version": "1.2.0",
"description": "TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)",
"license": "MIT",
"author": "Macopedia",
Expand Down

0 comments on commit 3aaadaa

Please sign in to comment.