Skip to content

Commit

Permalink
Version 3.0.10
Browse files Browse the repository at this point in the history
PR-URL: #1922
  • Loading branch information
tshemsedinov committed Oct 10, 2023
1 parent d09941d commit a013a97
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.10][] - 2023-10-10

- Run tests on `ready` (all workers started)
- Support units without version: `api/example` instead of `api/example.1`

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

- Fixed outupt stack traces and test duration
Expand Down Expand Up @@ -337,7 +342,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.9...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.10...HEAD
[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
[3.0.7]: https://github.com/metarhia/impress/compare/v3.0.6...v3.0.7
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.9",
"version": "3.0.10",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down

0 comments on commit a013a97

Please sign in to comment.