Skip to content

Commit

Permalink
Version 3.0.13
Browse files Browse the repository at this point in the history
PR-URL: #1932
  • Loading branch information
tshemsedinov committed Oct 25, 2023
1 parent 49347e4 commit 81cd9c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [3.0.13][] - 2023-10-22

- Fix serve static not in cache (e.g. certbot challenge)
- Fix `application.invoke` availability on `start` hook
- Support node.js 21.x

## [3.0.12][] - 2023-10-22

- Update metacom and metautil with important error.code and timeout fixes
Expand Down Expand Up @@ -352,7 +358,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.12...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.13...HEAD
[3.0.13]: https://github.com/metarhia/impress/compare/v3.0.12...v3.0.13
[3.0.12]: https://github.com/metarhia/impress/compare/v3.0.11...v3.0.12
[3.0.11]: https://github.com/metarhia/impress/compare/v3.0.10...v3.0.11
[3.0.10]: https://github.com/metarhia/impress/compare/v3.0.9...v3.0.10
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "3.0.13",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/metarhia/impress"
"url": "git+https://github.com/metarhia/impress.git"
},
"bugs": {
"url": "https://github.com/metarhia/impress/issues",
Expand Down

0 comments on commit 81cd9c2

Please sign in to comment.