Skip to content

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frolleks committed Jul 10, 2023
1 parent b01ec7c commit 652f320
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distra",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 652f320

Please sign in to comment.