From d00aca63a8d87e028b3af879c446114b00b602a7 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sat, 27 Apr 2024 01:27:59 +0300 Subject: [PATCH] Version 3.0.15 PR-URL: https://github.com/metarhia/impress/pull/1967 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5351114a..c2b83bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased][unreleased] +## [3.0.15][] - 2024-04-27 + +- Update dependencies to fix metacom compatibility + ## [3.0.14][] - 2024-02-12 - Fixed API endpoints local queue settings applying @@ -368,7 +372,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.14...HEAD +[unreleased]: https://github.com/metarhia/impress/compare/v3.0.15...HEAD +[3.0.15]: https://github.com/metarhia/impress/compare/v3.0.14...v3.0.15 [3.0.14]: https://github.com/metarhia/impress/compare/v3.0.13...v3.0.14 [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 diff --git a/package-lock.json b/package-lock.json index 31668396..c59698c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "impress", - "version": "3.0.14", + "version": "3.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "impress", - "version": "3.0.14", + "version": "3.0.15", "license": "MIT", "dependencies": { "metacom": "^3.2.3", diff --git a/package.json b/package.json index 20b51154..ed3f4106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "3.0.14", + "version": "3.0.15", "author": "Timur Shemsedinov ", "description": "Enterprise application server for Node.js", "license": "MIT",