From 289024bbc09582da1f10f7bc0a521284d0bd1e4d Mon Sep 17 00:00:00 2001 From: Uday Vunnam Date: Sun, 25 Apr 2021 12:08:54 +0530 Subject: [PATCH] chore(release): 6.7.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0140ca..c794e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [6.7.0](https://github.com/udayvunnam/xng-breadcrumb/compare/v6.6.1...v6.7.0) (2021-04-25) + +### Features + +- open link in new tab on cmd + click, option to open links in new tab by default ([#82](https://github.com/udayvunnam/xng-breadcrumb/issues/82)) ([54b4998](https://github.com/udayvunnam/xng-breadcrumb/commit/54b499875bbc259b796febb458f0573ffd043b52)) + ### [6.6.1](https://github.com/udayvunnam/xng-breadcrumb/compare/v6.6.0...v6.6.1) (2021-02-25) ### Bug Fixes diff --git a/package.json b/package.json index b953221..21e1236 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xng", - "version": "6.6.1", + "version": "6.7.0", "license": "MIT", "scripts": { "ng": "nx",