From dc6a23e5d87ba2df725bf0eb5f4a1ae1014a002f Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Wed, 23 Feb 2022 19:57:10 +0000 Subject: [PATCH] chore(release): 1.7.1 ## [1.7.1](https://github.com/newrelic/nr1-victory-visualizations/compare/v1.7.0...v1.7.1) (2022-02-23) ### Bug Fixes * app deprecations ([c2fb5ef](https://github.com/newrelic/nr1-victory-visualizations/commit/c2fb5efaa3628dccfe2ea3165805e0185e266e50)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c662da8..a078982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/newrelic/nr1-victory-visualizations/compare/v1.7.0...v1.7.1) (2022-02-23) + + +### Bug Fixes + +* app deprecations ([c2fb5ef](https://github.com/newrelic/nr1-victory-visualizations/commit/c2fb5efaa3628dccfe2ea3165805e0185e266e50)) + # [1.7.0](https://github.com/newrelic/nr1-victory-visualizations/compare/v1.6.5...v1.7.0) (2021-11-05) diff --git a/package.json b/package.json index 8a7adc3..2c76fc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "nr1-victory-visualizations", - "version": "1.7.0", + "version": "1.7.1", "scripts": { "eslint-check": "eslint src/ visualizations/", "eslint-fix": "eslint src/ visualizations/ --fix",