Skip to content

Commit

Permalink
Version 2.4.2
Browse files Browse the repository at this point in the history
PR-URL: #1601
  • Loading branch information
tshemsedinov committed Jul 7, 2021
1 parent 70948df commit ec8ffc4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 24 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.4.2][] - 2021-07-07

- Remove duplicated config validation
- Support custom api routers

Expand Down Expand Up @@ -169,7 +171,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.4.1...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v2.4.2...HEAD
[2.4.2]: https://github.com/metarhia/impress/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/metarhia/impress/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/metarhia/impress/compare/v2.3.2...v2.4.0
[2.3.2]: https://github.com/metarhia/impress/compare/v2.3.1...v2.3.2
Expand Down
56 changes: 37 additions & 19 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "2.4.1",
"version": "2.4.2",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -75,9 +75,9 @@
"metawatch": "^1.0.3"
},
"devDependencies": {
"@types/node": "^15.14.0",
"@types/ws": "^7.4.5",
"eslint": "^7.29.0",
"@types/node": "^15.14.1",
"@types/ws": "^7.4.6",
"eslint": "^7.30.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
Expand Down

0 comments on commit ec8ffc4

Please sign in to comment.