Skip to content

Commit

Permalink
Version 2.3.1
Browse files Browse the repository at this point in the history
PR-URL: #1578
  • Loading branch information
tshemsedinov committed Jun 2, 2021
1 parent f228bd2 commit 0769e49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.3.1][] - 2021-06-03

- Auto load and reload schemas
- Update dependencies (security reasons)

Expand Down Expand Up @@ -150,7 +152,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.3.0...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/metarhia/impress/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/metarhia/impress/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/metarhia/impress/compare/v2.1.2...v2.2.0
[2.1.2]: https://github.com/metarhia/impress/compare/v2.1.1...v2.1.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.

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": "2.3.0",
"version": "2.3.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +63,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\""
},
"engines": {
"node": "^12.9 || 14 || 15"
"node": "^12.9 || 14 || 16"
},
"dependencies": {
"@types/ws": "^7.4.4",
Expand Down

0 comments on commit 0769e49

Please sign in to comment.