From bf643509a54b8dd48bf8fe652d93e0cb471232f2 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 17 Oct 2023 08:17:50 +0200 Subject: [PATCH] chore(release): 1.3.3 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f2347b..ced96208 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.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) diff --git a/package.json b/package.json index 861c950a..a1b34a91 100755 --- a/package.json +++ b/package.json @@ -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", @@ -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",