From 3e4ce8873bc931f71833e46d680ed7f09eabc3b0 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Thu, 30 Sep 2021 23:48:22 +0300 Subject: [PATCH] Version 2.6.5 PR-URL: https://github.com/metarhia/impress/pull/1673 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4148ef60..4c0d3df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [2.6.5][] - 2021-09-30 + - Fix: do not release thread if invoke is not exclusive - Fix: write `task.id` to serialized task `.json` file @@ -228,7 +230,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/v2.6.4...HEAD +[unreleased]: https://github.com/metarhia/impress/compare/v2.6.5...HEAD +[2.6.5]: https://github.com/metarhia/impress/compare/v2.6.4...v2.6.5 [2.6.4]: https://github.com/metarhia/impress/compare/v2.6.3...v2.6.4 [2.6.3]: https://github.com/metarhia/impress/compare/v2.6.2...v2.6.3 [2.6.2]: https://github.com/metarhia/impress/compare/v2.6.1...v2.6.2 diff --git a/package-lock.json b/package-lock.json index 079b61c2..38b2e503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "2.6.4", + "version": "2.6.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84da4a0c..00c08a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "2.6.4", + "version": "2.6.5", "author": "Timur Shemsedinov ", "description": "Enterprise application server for Node.js", "license": "MIT",