Skip to content

Commit d00aca6

Browse files
committed
Version 3.0.15
PR-URL: #1967
1 parent 446718b commit d00aca6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.0.15][] - 2024-04-27
6+
7+
- Update dependencies to fix metacom compatibility
8+
59
## [3.0.14][] - 2024-02-12
610

711
- Fixed API endpoints local queue settings applying
@@ -368,7 +372,8 @@ First generation of application server with following features
368372
- Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL
369373
- Support GeoIP, health monitoring, task scheduling, server-side templating
370374

371-
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.14...HEAD
375+
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.15...HEAD
376+
[3.0.15]: https://github.com/metarhia/impress/compare/v3.0.14...v3.0.15
372377
[3.0.14]: https://github.com/metarhia/impress/compare/v3.0.13...v3.0.14
373378
[3.0.13]: https://github.com/metarhia/impress/compare/v3.0.12...v3.0.13
374379
[3.0.12]: https://github.com/metarhia/impress/compare/v3.0.11...v3.0.12

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Enterprise application server for Node.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)