From 58436db6f2039396ebbfca571ab00bd846dc4a01 Mon Sep 17 00:00:00 2001 From: Benjamin Petetot Date: Thu, 16 Jul 2020 13:32:08 +0200 Subject: [PATCH] :bookmark: v0.31.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a12e9062..0dc282d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog + +## 0.31.0 (2020-07-16) + +### Changed + +- ⬆️ freeze dependency versions [[1fe2928](https://github.com/bpetetot/conference-hall/commit/1fe2928b1894056319ee7bf4782ace4606b1523c)] +- 🔧 fix download artifact github action ([#814](https://github.com/bpetetot/conference-hall/issues/814)) [[cfb6694](https://github.com/bpetetot/conference-hall/commit/cfb66948bd24d9233cfe148e29136483d27ee3d7)] +- 🚨 fix linting after linter upgrade [[633c76c](https://github.com/bpetetot/conference-hall/commit/633c76cbe5526524dc29df1255fe83883d7a6229)] +- ⬆️ upgrade dependencies ([#765](https://github.com/bpetetot/conference-hall/issues/765)) ([#813](https://github.com/bpetetot/conference-hall/issues/813)) [[4487871](https://github.com/bpetetot/conference-hall/commit/44878711ed38268fc881f833f0733f28b034c254)] [[54ea00a](https://github.com/bpetetot/conference-hall/commit/54ea00aed8811f71781060c7eb34c0b77944cb1f)] [[6e37cf1](https://github.com/bpetetot/conference-hall/commit/6e37cf1cc665aed8663e727fb1cb6169c7b78162)] + + ## 0.30.0 (2020-01-02) diff --git a/package.json b/package.json index b8f80a10c..3375f4246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.30.0", + "version": "0.31.0", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",