From 2c441df84cc4e2ab93ed47a5839513eac2ded6ad Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Sun, 5 May 2024 13:18:31 +0300 Subject: [PATCH] fix: You can't build with 1.4.0 --- CHANGELOG.md | 8 ++++++++ components/MastodonComments.vue | 7 ++++++- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da7ab2..f3f405c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.4.1 (unreleased) + +> This release is important to fix the build process of the project, so update as soon as possible. + +### Fix(es) + +- Not building because of `MastodonComments` component + ## 1.4.0 (2024-05-04) ### Cleanup(s) diff --git a/components/MastodonComments.vue b/components/MastodonComments.vue index 2027787..d7b227d 100644 --- a/components/MastodonComments.vue +++ b/components/MastodonComments.vue @@ -6,11 +6,16 @@