Skip to content

Commit c5773c7

Browse files
chore: release v10.1.1 (#248)
1 parent 6cadc52 commit c5773c7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### v10.1.1 (2024-04-09)
2+
3+
#### Miscellaneous chores
4+
5+
* Skipped macOS integration tests in CI ([#245](https://github.com/newrelic/node-native-metrics/pull/245)) ([20b096f](https://github.com/newrelic/node-native-metrics/commit/20b096ffbc615a34a87e6818222ab44925341b79))
6+
7+
#### Continuous integration
8+
9+
* Removed `use_new_release` input from prepare release workflow ([#247](https://github.com/newrelic/node-native-metrics/pull/247)) ([6cadc52](https://github.com/newrelic/node-native-metrics/commit/6cadc5289596fc98942274a614d6e4cfcc7af26c))
10+
* Updated CI process for releases ([#246](https://github.com/newrelic/node-native-metrics/pull/246)) ([aa63ee8](https://github.com/newrelic/node-native-metrics/commit/aa63ee830288b096b48c6064bf19456eb9f9c635))
11+
112
### v10.1.0 (2024-03-05)
213

314
* Migrated to using prebuildify and node-gyp-install.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)