Skip to content

Commit 69367b5

Browse files
committed
Version 3.0.9
PR-URL: #1918
1 parent 452b28e commit 69367b5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.0.9][] - 2023-10-09
6+
7+
- Fixed outupt stack traces and test duration
8+
59
## [3.0.8][] - 2023-10-09
610

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

336-
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.8...HEAD
340+
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.9...HEAD
341+
[3.0.9]: https://github.com/metarhia/impress/compare/v3.0.8...v3.0.9
337342
[3.0.8]: https://github.com/metarhia/impress/compare/v3.0.7...v3.0.8
338343
[3.0.7]: https://github.com/metarhia/impress/compare/v3.0.6...v3.0.7
339344
[3.0.6]: https://github.com/metarhia/impress/compare/v3.0.5...v3.0.6

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Enterprise application server for Node.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)