Skip to content

Commit

Permalink
Version 2.6.5
Browse files Browse the repository at this point in the history
PR-URL: #1673
  • Loading branch information
tshemsedinov committed Sep 30, 2021
1 parent e2e5199 commit 3e4ce88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "2.6.4",
"version": "2.6.5",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down

0 comments on commit 3e4ce88

Please sign in to comment.