Skip to content

Commit ae4a6a5

Browse files
committed
Publish package v3.3.4
Update version number and CHANGELOG.md.
1 parent e5f5e73 commit ae4a6a5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.changesets/fix-incorrect-http-methods-in-next-js-14.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for Node.js Changelog
22

3+
## 3.3.4
4+
5+
_Published on 2024-04-19._
6+
7+
### Fixed
8+
9+
- [b344156](https://github.com/appsignal/appsignal-nodejs/commit/b344156001e60801819d610e079bcf8b49d903ae) patch - Fix incorrect HTTP methods like `render` or `getServerSideProps` in Next.js 14 performance samples.
10+
311
## 3.3.3
412

513
_Published on 2024-04-17._

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/nodejs",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"main": "dist/index",
55
"types": "dist/index",
66
"license": "MIT",

0 commit comments

Comments
 (0)