From 6a4baac475af1fc9f42423a644d450e2ab37a60c Mon Sep 17 00:00:00 2001 From: Benjamin Petetot Date: Sun, 18 Jun 2023 15:32:14 +0200 Subject: [PATCH] :bookmark: v0.42.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5da72e5..03f42dc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog + +## 0.42.0 (2023-06-18) + +### Fixed + +- 🐛 Fix proposal URL in Slack and emails ([#962](https://github.com/bpetetot/conference-hall/issues/962)) [[94b70f7](https://github.com/bpetetot/conference-hall/commit/94b70f7e89a0bcd987586ed1de24487818a53f74)] + +### Miscellaneous + +- 📝 Add link to contributing.md in readme.md ([#970](https://github.com/bpetetot/conference-hall/issues/970)) [[147e932](https://github.com/bpetetot/conference-hall/commit/147e93206f7e91c34688eb490d44673993a8aaa6)] + + ## 0.41.0 (2023-03-19) diff --git a/package.json b/package.json index 256c06256..ea161f052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.41.0", + "version": "0.42.0", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",