From 11b5b720ac9af3d63b50045dbd3386388f2f8562 Mon Sep 17 00:00:00 2001 From: Benjamin Petetot Date: Sun, 19 Mar 2023 20:05:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.41.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa780770..4e5da72e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + +## 0.41.0 (2023-03-19) + +### Fixed + +- 🐛 open links in a new tab by default in markdown renderer ([#956](https://github.com/bpetetot/conference-hall/issues/956)) [[9a690db](https://github.com/bpetetot/conference-hall/commit/9a690db86c04d5adf0f2b238b6208079f7bade3e)] + + ## 0.40.0 (2023-03-11) diff --git a/package.json b/package.json index 47a4506d8..256c06256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.40.0", + "version": "0.41.0", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",