From 5574b292d1b8df289782c45689095d57d393518a Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 26 Oct 2020 13:29:10 +0000 Subject: [PATCH] 2.3.0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8de4e88..b55a389d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ - 2.3.0-rc3 (2020-10-22) +2.3.0 (2020-10-26) +=================== + +No significant changes. + + +2.3.0-rc3 (2020-10-22) ======================= Bugfixes diff --git a/package-lock.json b/package-lock.json index bddcb3e4..22a10e48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-bridge", - "version": "2.3.0-rc3", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f81fe777..188f6d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-bridge", - "version": "2.3.0-rc3", + "version": "2.3.0", "description": "Bridging infrastructure for Matrix Application Services", "main": "lib/index.js", "types": "lib/index.d.ts",