From cdf9606b173eb86e2135ef29c7b2723e298b21bb Mon Sep 17 00:00:00 2001 From: Uday Vunnam Date: Mon, 3 Jan 2022 11:07:17 +0530 Subject: [PATCH] chore(release): 7.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d2917..fb82c15 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. +### [7.1.1](https://github.com/udayvunnam/xng-breadcrumb/compare/v7.1.0...v7.1.1) (2022-01-03) + +### Bug Fixes + +- enabledNonBlocking strategy for routes ([#115](https://github.com/udayvunnam/xng-breadcrumb/issues/115)) ([275bd27](https://github.com/udayvunnam/xng-breadcrumb/commit/275bd2716b5796ee419b25548ea00e2b400acc49)) + ## [7.1.0](https://github.com/udayvunnam/xng-breadcrumb/compare/v7.0.0...v7.1.0) (2022-01-03) ### Features diff --git a/package.json b/package.json index 628c6aa..4524a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xng", - "version": "7.1.0", + "version": "7.1.1", "license": "MIT", "scripts": { "ng": "nx",