Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot committed Oct 16, 2023
1 parent 85e2a92 commit b6267ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0](https://github.com/gravity-ui/expresskit/compare/v1.1.2...v1.2.0) (2023-10-16)


### Features

* add CSP support ([#29](https://github.com/gravity-ui/expresskit/issues/29)) ([85e2a92](https://github.com/gravity-ui/expresskit/commit/85e2a929a9c1d80d5cc6e213002207244225a085)), closes [#9](https://github.com/gravity-ui/expresskit/issues/9)
* use REQUEST_ID_PARAM_NAME ([#27](https://github.com/gravity-ui/expresskit/issues/27)) ([fe0014d](https://github.com/gravity-ui/expresskit/commit/fe0014d46abd196e6953d2a05f756acf6b5b24bc))

## [1.1.2](https://github.com/gravity-ui/expresskit/compare/v1.1.1...v1.1.2) (2023-09-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/expresskit",
"version": "1.1.2",
"version": "1.2.0",
"description": "Express.js wrapper for NodeKit-based apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b6267ee

Please sign in to comment.