From 81cd9c2bc60fe953e0c39544830fe3dd46453320 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Wed, 25 Oct 2023 23:49:17 +0300 Subject: [PATCH] Version 3.0.13 PR-URL: https://github.com/metarhia/impress/pull/1932 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 6 +++--- package.json | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d6f37b..9e5f724f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 0c45c6c5..bff32db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "impress", - "version": "3.0.12", + "version": "3.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "impress", - "version": "3.0.12", + "version": "3.0.13", "license": "MIT", "dependencies": { "metacom": "^3.1.2", @@ -30,7 +30,7 @@ "typescript": "^5.1.6" }, "engines": { - "node": "18 || 20" + "node": "18 || 20 || 21" }, "funding": { "type": "patreon", diff --git a/package.json b/package.json index 4cdf9bdc..a350b9e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "3.0.12", + "version": "3.0.13", "author": "Timur Shemsedinov ", "description": "Enterprise application server for Node.js", "license": "MIT", @@ -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",