Skip to content

Commit

Permalink
Version 3.0.0-alpha.4
Browse files Browse the repository at this point in the history
PR-URL: #1768
  • Loading branch information
tshemsedinov committed Jul 30, 2022
1 parent 2ab8144 commit c5a1dc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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]

## [3.0.0-alpha.4][] - 2022-07-30

- Fix scheduler: task id, unknown app, etc.

## [3.0.0-alpha.3][] - 2022-07-26
Expand Down Expand Up @@ -286,7 +288,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.0-alpha.3...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.4...HEAD
[3.0.0-alpha.4]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
[3.0.0-alpha.3]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
[3.0.0-alpha.2]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
[3.0.0-alpha.1]: https://github.com/metarhia/impress/compare/v2.6.10...v3.0.0-alpha.1
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -66,7 +66,7 @@
"node": "14 || 16 || 18"
},
"dependencies": {
"metacom": "^3.0.0-alpha.3",
"metacom": "^3.0.0-alpha.4",
"metaconfiguration": "^2.1.8",
"metalog": "^3.1.9",
"metaschema": "^2.1.0",
Expand Down

0 comments on commit c5a1dc4

Please sign in to comment.