Skip to content

Commit

Permalink
chore(release): 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Oct 17, 2023
1 parent f7640e8 commit bf64350
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.3.2...v1.3.3) (2023-10-17)


### Bug Fixes

* add option to open local links in a new tab ([#317](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/317)) ([f7640e8](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/f7640e867ed1f6409c0f39ad8ede961f400d796d))

### [1.3.2](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.3.1...v1.3.2) (2023-07-21)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-typo3",
"version": "1.3.2",
"version": "1.3.3",
"description": "TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)",
"license": "MIT",
"author": "Macopedia",
Expand All @@ -22,7 +22,7 @@
"vue"
],
"scripts": {
"dev": "nuxt example",
"dev": "export NODE_TLS_REJECT_UNAUTHORIZED=0 && nuxt example",
"lint": "eslint --ext .js,.vue example lib",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"test": "yarn jest",
Expand Down

0 comments on commit bf64350

Please sign in to comment.