Skip to content

Commit 4f28ea3

Browse files
chore(main): release 2.3.0 (#66)
1 parent 55bcb41 commit 4f28ea3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/gravity-ui/expresskit/compare/v2.2.0...v2.3.0) (2025-04-04)
4+
5+
6+
### Features
7+
8+
* add traceId to the self stats ([#68](https://github.com/gravity-ui/expresskit/issues/68)) ([55bcb41](https://github.com/gravity-ui/expresskit/commit/55bcb41423fc60ea6b29bfc51b9b20f233c59445))
9+
* mark `req.id` as deprecated ([#65](https://github.com/gravity-ui/expresskit/issues/65)) ([8d75e09](https://github.com/gravity-ui/expresskit/commit/8d75e09ec2e178ee50edc9fa1bd38214818d6fa6))
10+
311
## [2.2.0](https://github.com/gravity-ui/expresskit/compare/v2.1.0...v2.2.0) (2024-12-03)
412

513

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": "@gravity-ui/expresskit",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Express.js wrapper for NodeKit-based apps",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)