Skip to content

Commit 6ee50fc

Browse files
authored
Merge pull request #224 from newrelic/release/v9.0.1
Release v9.0.1
2 parents 9b4dc74 + 4485373 commit 6ee50fc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v9.0.1 (2023-06-21)
2+
3+
* Updated the slack invite link
4+
* Updated semver to 7.5.2.
5+
* Updated README links to point to new forum link due to repolinter ruleset change
6+
* Updated [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0.
7+
* Updated [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
8+
* Added lockfile checks to CI workflow to prevent malicious changes
9+
* Updated [qs](https://github.com/ljharb/qs) to 6.5.3.
10+
111
### v9.0.0 (2022-08-01)
212

313
* **BREAKING** Removed support for Node 12.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/native-metrics",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "A module for generating metrics from V8.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)