From 3f18a048e34802b66146b2d1263c8f1bc7f070d3 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 12 Feb 2024 22:26:12 +0200 Subject: [PATCH] Version 3.0.14 --- CHANGELOG.md | 2 ++ LICENSE | 2 +- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a02c9b2..b4de8b173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [3.0.14][] - 2024-02-12 + - Fixed API endpoints local queue settings applying - Worker task execution global timeout implementation - Reimplement global timeouts.request usage during a Procedure invocation diff --git a/LICENSE b/LICENSE index f4d6b6481..b73b641d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012-2023 Metarhia contributors +Copyright (c) 2012-2024 Metarhia contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ecfeffb43..0040a6465 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Those features will be implemented in nearest future (3-6 months): ## License & Contributors -Copyright (c) 2012-2023 Metarhia contributors. +Copyright (c) 2012-2024 Metarhia contributors. See github for full [contributors list](https://github.com/metarhia/impress/graphs/contributors). Impress Application Server is [MIT licensed](./LICENSE). Project coordinator: <timur.shemsedinov@gmail.com> diff --git a/package-lock.json b/package-lock.json index ad88eb218..f96243c34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "impress", - "version": "3.0.13", + "version": "3.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "impress", - "version": "3.0.13", + "version": "3.0.14", "license": "MIT", "dependencies": { "metacom": "^3.2.1", diff --git a/package.json b/package.json index 1ad552c85..90dd6b0b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "3.0.13", + "version": "3.0.14", "author": "Timur Shemsedinov ", "description": "Enterprise application server for Node.js", "license": "MIT",