From 69367b593fa9b99a2a3a60bdd37100d52351659d Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 9 Oct 2023 03:48:03 +0300 Subject: [PATCH] Version 3.0.9 PR-URL: https://github.com/metarhia/impress/pull/1918 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1077ef6f..ed859858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index a9da38ff..41b0e9c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "impress", - "version": "3.0.8", + "version": "3.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "impress", - "version": "3.0.8", + "version": "3.0.9", "license": "MIT", "dependencies": { "metacom": "^3.1.1", diff --git a/package.json b/package.json index 13f2bbe8..82085582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "3.0.8", + "version": "3.0.9", "author": "Timur Shemsedinov ", "description": "Enterprise application server for Node.js", "license": "MIT",