Skip to content

Commit

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

## [Unreleased][unreleased]

## [3.0.11][] - 2023-10-12

- Fix reporter path: add `file://` to support windows
- Optimize cross-worker invocation

## [3.0.10][] - 2023-10-10

- Run tests on `ready` (all workers started)
Expand Down Expand Up @@ -342,7 +347,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.10...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.11...HEAD
[3.0.11]: https://github.com/metarhia/impress/compare/v3.0.10...v3.0.11
[3.0.10]: https://github.com/metarhia/impress/compare/v3.0.9...v3.0.10
[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
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.10",
"version": "3.0.11",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down

0 comments on commit 7531346

Please sign in to comment.