Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v10.2.0 #263

Merged
merged 3 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v10.2.0 (2024-06-28)

#### Features

* Added support for Node 22.

#### Miscellaneous chores

* Added Node 22 to CI ([#250](https://github.com/newrelic/node-native-metrics/pull/250)) ([523426f](https://github.com/newrelic/node-native-metrics/commit/523426fa70cecbf99820c04e0495a7d4f6f62d26))
* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#257](https://github.com/newrelic/node-native-metrics/pull/257)) ([38b36a6](https://github.com/newrelic/node-native-metrics/commit/38b36a6f06d1750b2b45cf318dad6d036559a37c))
* Made pre-commit hook require dep updates before running update third party deps ([#251](https://github.com/newrelic/node-native-metrics/pull/251)) ([bfab44d](https://github.com/newrelic/node-native-metrics/commit/bfab44d54add9549145cbaebd73223387b150f58))
* Removed copying package-lock.json to linux arm docker container ([#261](https://github.com/newrelic/node-native-metrics/pull/261)) ([da2d7c1](https://github.com/newrelic/node-native-metrics/commit/da2d7c16f7e4c4bb9e21ba03f4b1260bfec2404f))
* Removed outdated Slack reference ([#253](https://github.com/newrelic/node-native-metrics/pull/253)) ([d76afb4](https://github.com/newrelic/node-native-metrics/commit/d76afb40f0ef17030134213971d4239189dd63f8))

### v10.1.1 (2024-04-09)

#### Miscellaneous chores
Expand Down
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": "10.1.1",
"version": "10.2.0",
"description": "A module for generating metrics from V8.",
"main": "index.js",
"scripts": {
Expand Down
Loading