Skip to content

Commit 0c4b476

Browse files
chore: release v0.10.0 (#210)
1 parent ed7daa2 commit 0c4b476

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

merged/nextjs/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
### v0.10.0 (2024-06-28)
2+
3+
#### Features
4+
5+
* Added support for Node 22
6+
7+
#### Documentation
8+
9+
* Added FAQs to assist with common issues with next.js instrumentation ([#190](https://github.com/newrelic/newrelic-node-nextjs/pull/190)) ([9a44d17](https://github.com/newrelic/newrelic-node-nextjs/commit/9a44d171cd97713e86d0af5c61f63fe68a1d509e))
10+
* updated FAQs and README with app router examples ([#192](https://github.com/newrelic/newrelic-node-nextjs/pull/192)) ([ea20b76](https://github.com/newrelic/newrelic-node-nextjs/commit/ea20b76a13c84f4f3c48e9544e18e568b8e41c33))
11+
* Updated targets to include minimum agent version for compatibility repo ([#189](https://github.com/newrelic/newrelic-node-nextjs/pull/189)) ([92bc602](https://github.com/newrelic/newrelic-node-nextjs/commit/92bc602453b738fc2eee96547fe0d2ca870dbc08))
12+
* Added missing quotation mark in faq docs ([#202](https://github.com/newrelic/newrelic-node-nextjs/pull/202)) ([db92086](https://github.com/newrelic/newrelic-node-nextjs/commit/db92086e51b2f62dfbe3433b93b32cad8283def0))
13+
14+
#### Miscellaneous chores
15+
16+
* Added Node 22 to CI ([#193](https://github.com/newrelic/newrelic-node-nextjs/pull/193)) ([4a449c8](https://github.com/newrelic/newrelic-node-nextjs/commit/4a449c8c9f706b82ba3cfaced81f6918490455fc))
17+
* Updated minimum versions of dev dependencies([#203](https://github.com/newrelic/newrelic-node-nextjs/pull/203)) ([e3b832c](https://github.com/newrelic/newrelic-node-nextjs/commit/e3b832cb809933ce412030dbf4dcc7b0c84dd3dc)) ([#204](https://github.com/newrelic/newrelic-node-nextjs/pull/204)) ([a81fd04](https://github.com/newrelic/newrelic-node-nextjs/commit/a81fd0485f26c22b36ebe3bec08b695e1963d1a3))([#206](https://github.com/newrelic/newrelic-node-nextjs/pull/206)) ([31098b1](https://github.com/newrelic/newrelic-node-nextjs/commit/31098b1022bdb34c48ac15a064fb54745948eca3))
18+
* Enabled quiet mode for CI runs ([#188](https://github.com/newrelic/newrelic-node-nextjs/pull/188)) ([b0b1c6a](https://github.com/newrelic/newrelic-node-nextjs/commit/b0b1c6a282563146a74ea2fffaa611713c7790ff))
19+
* Made pre-commit hook require dependency changes ([#191](https://github.com/newrelic/newrelic-node-nextjs/pull/191)) ([d4e2a72](https://github.com/newrelic/newrelic-node-nextjs/commit/d4e2a727f22b910bb3938d41bbd2a911a446da05))
20+
21+
#### Tests
22+
23+
* Added targets for compatibility reporting ([#187](https://github.com/newrelic/newrelic-node-nextjs/pull/187)) ([92675fa](https://github.com/newrelic/newrelic-node-nextjs/commit/92675fa99c6bb7d869ef05448763d1615fcc20e8))
24+
25+
#### Continuous integration
26+
27+
* Removed `use_new_release` input from prepare release workflow ([#186](https://github.com/newrelic/newrelic-node-nextjs/pull/186)) ([640500e](https://github.com/newrelic/newrelic-node-nextjs/commit/640500ee0873e551822a040e3347ccd81819f1b3))
28+
* removed changelog.json file ([#185](https://github.com/newrelic/newrelic-node-nextjs/pull/185)) ([e5fa205](https://github.com/newrelic/newrelic-node-nextjs/commit/e5fa20583e1b6cfb4f216d01db918285a107f5b9))
29+
130
### v0.9.0 (2024-03-28)
231

332
#### Features

merged/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/next",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)