From 02e3d0f5873e622d7de5163b1a78b3db985402de Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Mon, 16 Dec 2019 09:15:00 +0200 Subject: [PATCH] Prepare version 2.3.0 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index c165c931e..67af0c1ea 100644 --- a/History.md +++ b/History.md @@ -2,8 +2,13 @@ Next ==== * https://github.com/agenda/agenda/pulls + +2.3.0 / 2019-12-16 +================== + * Improved performance in situations when there are many "expired" jobs in the database ([#869](https://github.com/agenda/agenda/pull/869)) (Thanks @mfred488!) * Fix periodic node.js process unhandledRejection ([#887](https://github.com/agenda/agenda/pull/887)) (Thanks @koresar and @Scorpil) +* Update dependencies 2.2.0 / 2019-11-24 ================== diff --git a/package.json b/package.json index b6750718b..7e6cc6de6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agenda", - "version": "2.2.0", + "version": "2.3.0", "description": "Light weight job scheduler for Node.js", "main": "index.js", "files": [