Skip to content

Commit 118e3bf

Browse files
committed
Version 3.1.2
1 parent 5fd5f3d commit 118e3bf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [3.1.2][] - 2025-09-29
4+
35
- Fix worker: invoke handler for scheduler
46

57
## [3.1.1][] - 2025-09-21
@@ -405,6 +407,7 @@ First generation of application server with following features
405407
- Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL
406408
- Support GeoIP, health monitoring, task scheduling, server-side templating
407409

410+
[3.1.2]: https://github.com/metarhia/impress/compare/v3.1.1...v3.1.2
408411
[3.1.1]: https://github.com/metarhia/impress/compare/v3.1.0...v3.1.1
409412
[3.1.0]: https://github.com/metarhia/impress/compare/v3.0.18...v3.1.0
410413
[3.0.18]: https://github.com/metarhia/impress/compare/v3.0.17...v3.0.18

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.1.1",
3+
"version": "3.1.2",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Enterprise application server for Node.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)