Skip to content

Commit

Permalink
Merge pull request #185 from newrelic/release/v7.1.2
Browse files Browse the repository at this point in the history
Release v7.1.2
  • Loading branch information
michaelgoin authored Feb 23, 2022
2 parents 15b9343 + 425342f commit 4b8c46d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v7.1.2 (2022-02-23)

* Added `windows-latest` run for Node 16 only back to CI.

* Added clarifying language to agent impacts when the module fails to install to install script.
* Indicated which page the missing metrics impact.
* Added new blurb to failure as the initial message can be missed/skimmed-over when there is significant build process logging.
* Indicated it is safe to run in production.

### v7.1.1 (2022-02-16)

* Replaced usage of `proxy-agent` with `https-proxy-agent`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/native-metrics",
"version": "7.1.1",
"version": "7.1.2",
"description": "A module for generating metrics from V8.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4b8c46d

Please sign in to comment.