From 652f3203bdfd09b90a4bc3fe4f11ca5cb4c61fa1 Mon Sep 17 00:00:00 2001 From: frolleks Date: Mon, 10 Jul 2023 14:17:09 +0700 Subject: [PATCH] chore(release): 0.5.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0854433..e1d54ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.1](https://github.com/distralive/distra/compare/v0.5.0...v0.5.1) (2023-07-10) + + +### Features + +* add version info in the hamburger menu ([87b0e9b](https://github.com/distralive/distra/commits/87b0e9b1bcb169f1ba11607cbb8e64e10a684296)) + + +### Bug Fixes + +* **comment-section:** add null checks for comment author ([b01ec7c](https://github.com/distralive/distra/commits/b01ec7ca017ab3dd046867b6d1e6cef24ce4ef58)) + ## [0.5.0](https://github.com/distralive/distra/compare/v0.4.3...v0.5.0) (2023-07-10) diff --git a/package.json b/package.json index 51d1b2f..fa5e294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "distra", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "dev": "next dev",