Skip to content

Commit

Permalink
Merge branch 'main' into DATAUI-2719-add-language-detection
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev authored Oct 14, 2024
2 parents 33ffa21 + 31ba5ee commit 907ced1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/gravity-ui/expresskit/compare/v2.0.0...v2.0.1) (2024-10-14)


### Bug Fixes

* update express and cookie-parser ([#54](https://github.com/gravity-ui/expresskit/issues/54)) ([9da8f4f](https://github.com/gravity-ui/expresskit/commit/9da8f4fa1a1b827594f8de46d21f162708b17e48))

## [2.0.0](https://github.com/gravity-ui/expresskit/compare/v1.5.0...v2.0.0) (2024-10-11)


Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/expresskit",
"version": "2.0.0",
"version": "2.0.1",
"description": "Express.js wrapper for NodeKit-based apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -48,9 +48,9 @@
"dependencies": {
"accept-language-parser": "^1.5.0",
"body-parser": "^1.20.1",
"cookie-parser": "1.4.6",
"cookie-parser": "^1.4.7",
"csp-header": "^5.2.1",
"express": "^4.21.0",
"express": "^4.21.1",
"express-csp-header": "^5.2.1",
"uuid": "^9.0.0"
},
Expand Down

0 comments on commit 907ced1

Please sign in to comment.