Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Oct 11, 2024
1 parent 6493595 commit 6c1b14b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* add logging ctx data to every log ([#47](https://github.com/gravity-ui/expresskit/issues/47))

### Features

* add logging ctx data to every log ([#47](https://github.com/gravity-ui/expresskit/issues/47)) ([6493595](https://github.com/gravity-ui/expresskit/commit/64935955d22ffa87906b01c497dc13d1c87904c4))


### Bug Fixes

* update dependencies ([#48](https://github.com/gravity-ui/expresskit/issues/48)) ([d750d37](https://github.com/gravity-ui/expresskit/commit/d750d376a156814f6fde6930b84d81b6d2314457))

## [1.5.0](https://github.com/gravity-ui/expresskit/compare/v1.4.0...v1.5.0) (2024-09-30)


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.5.0",
"version": "2.0.0",
"description": "Express.js wrapper for NodeKit-based apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6c1b14b

Please sign in to comment.