Skip to content

Commit

Permalink
Version 3.0.9
Browse files Browse the repository at this point in the history
PR-URL: #1918
  • Loading branch information
tshemsedinov committed Oct 9, 2023
1 parent 452b28e commit 69367b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [3.0.9][] - 2023-10-09

- Fixed outupt stack traces and test duration

## [3.0.8][] - 2023-10-09

- Integration with custom test reporter
Expand Down Expand Up @@ -333,7 +337,8 @@ First generation of application server with following features
- Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL
- Support GeoIP, health monitoring, task scheduling, server-side templating

[unreleased]: https://github.com/metarhia/impress/compare/v3.0.8...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.9...HEAD
[3.0.9]: https://github.com/metarhia/impress/compare/v3.0.8...v3.0.9
[3.0.8]: https://github.com/metarhia/impress/compare/v3.0.7...v3.0.8
[3.0.7]: https://github.com/metarhia/impress/compare/v3.0.6...v3.0.7
[3.0.6]: https://github.com/metarhia/impress/compare/v3.0.5...v3.0.6
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
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "3.0.8",
"version": "3.0.9",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down

0 comments on commit 69367b5

Please sign in to comment.