Skip to content

Commit

Permalink
Version 2.6.2
Browse files Browse the repository at this point in the history
PR-URL: #1658
  • Loading branch information
tshemsedinov committed Sep 12, 2021
1 parent 4c96610 commit 61d13af
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [2.6.2][] - 2021-09-12

- Update metacom to prevent instalations with critical bug

## [2.6.1][] - 2021-09-10

- Quick (not optimal) implementation of `application.invoke`
Expand Down Expand Up @@ -211,7 +215,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.6.1...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v2.6.2...HEAD
[2.6.2]: https://github.com/metarhia/impress/compare/v2.6.1...v2.6.2
[2.6.1]: https://github.com/metarhia/impress/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/metarhia/impress/compare/v2.5.3...v2.6.0
[2.5.3]: https://github.com/metarhia/impress/compare/v2.5.2...v2.5.3
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "2.6.1",
"version": "2.6.2",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -66,7 +66,7 @@
"node": "^12.9 || 14 || 16"
},
"dependencies": {
"metacom": "^2.0.1",
"metacom": "^2.0.2",
"metaconfiguration": "^2.1.5",
"metalog": "^3.1.4",
"metaschema": "^1.3.4",
Expand All @@ -84,6 +84,6 @@
"eslint-plugin-prettier": "^4.0.0",
"metatests": "^0.7.2",
"prettier": "^2.4.0",
"typescript": "^4.4.2"
"typescript": "^4.4.3"
}
}

0 comments on commit 61d13af

Please sign in to comment.