Skip to content

Commit 8335030

Browse files
chore(main): release 2.2.0 (#63)
1 parent 677056a commit 8335030

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/gravity-ui/expresskit/compare/v2.1.0...v2.2.0) (2024-12-03)
4+
5+
6+
### Features
7+
8+
* support @gravity-ui/nodekit v2 ([#61](https://github.com/gravity-ui/expresskit/issues/61)) ([677056a](https://github.com/gravity-ui/expresskit/commit/677056a300c254a4ce5998a5d63df12fa32781dd))
9+
10+
11+
### Bug Fixes
12+
13+
* remove log query string from url for every ctx log ([#56](https://github.com/gravity-ui/expresskit/issues/56)) ([60dc7d9](https://github.com/gravity-ui/expresskit/commit/60dc7d94f48cee3b1a62bc6e89e3322c0e34b8a7))
14+
315
## [2.1.0](https://github.com/gravity-ui/expresskit/compare/v2.0.1...v2.1.0) (2024-10-21)
416

517

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.1.0",
3+
"version": "2.2.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)