Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
PR-URL: #1550
  • Loading branch information
tshemsedinov committed Apr 6, 2021
1 parent 20ad1f5 commit 23d1204
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.1.2][] - 2021-04-07

- Stop module only if module folder removed, not just `stop.js` file
- Update metawatch to fix bug: load created directory after delete

Expand Down Expand Up @@ -130,7 +132,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.1.1...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v2.1.2...HEAD
[2.1.2]: https://github.com/metarhia/impress/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/metarhia/impress/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/metarhia/impress/compare/v2.0.14...v2.1.0
[2.0.14]: https://github.com/metarhia/impress/compare/v2.0.13...v2.0.14
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.1.1",
"version": "2.1.2",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down

0 comments on commit 23d1204

Please sign in to comment.