-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.8.0](v1.7.0...v1.8.0) (2022-02-17) ### Bug Fixes * deprecation fixes for 'errors' ([2653692](2653692)) ### Features * update node to version 16 ([1e19755](1e19755))
- Loading branch information
1 parent
bcaa122
commit 975d3f3
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"description": "New Relic One application aligning Workloads and Entities to geographic data (ex. Point of Sale monitoring).", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"scripts": { | ||
"start": "nr1 nerdpack:serve", | ||
"test": "jest", | ||
|