Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia committed Sep 19, 2024
1 parent 3728f0e commit f9b41da
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,18 @@ alt="Buy Me A Coffee" width="126" />

---

## Latest | 12 September 2024
## Latest | 19 September 2024

- refactor: changed constants to enums [`6bea835`](https://github.com/Enubia/ghost-chat/commit/6bea83501550fa61c2a81ea271e2f333bb1a9fc0)
- chore: update readme [`3728f0e`](https://github.com/Enubia/ghost-chat/commit/3728f0efea420e40f21fd2f861ad63fd99e75594)
- fix: type errors after enum refactoring [`da1e594`](https://github.com/Enubia/ghost-chat/commit/da1e594a4092830459cba5fc96aaae4218dace21)
- chore: removed version from build assets [`29ec0ae`](https://github.com/Enubia/ghost-chat/commit/29ec0ae779bf5836dfd8727ccd979d56efcace4d)
- chore: update readme [`41e1efc`](https://github.com/Enubia/ghost-chat/commit/41e1efc4ff8b40e9ef1db79a6b70de1d769045b3)
---
### v3.2.5 | 12 September 2024

- fix: linter changes [`e96fecd`](https://github.com/Enubia/ghost-chat/commit/e96fecd171581bf0393c3c67c0a626cd13e90c80)
- chore: update changelog [`6c0c49f`](https://github.com/Enubia/ghost-chat/commit/6c0c49f2ea6f698eb8a11203a34c22eeda355244)
- fix: linter issues [`8382a2e`](https://github.com/Enubia/ghost-chat/commit/8382a2e7dadae34f2a57cfa0a9edfcc9c866d888)
- fix: router imports [`5bea0ce`](https://github.com/Enubia/ghost-chat/commit/5bea0cee4ef714673ad1be9c1f4e95a396c842b9)
- fix: router imports [`fad8bcd`](https://github.com/Enubia/ghost-chat/commit/fad8bcd7b35518cc51deaf3db4a56854be20dd51)
Expand Down
39 changes: 38 additions & 1 deletion src/components/changelog/Generated.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
<template>
<h2 class="text-2xl font-semibold py-2">
Latest | 12 September 2024
Latest | 19 September 2024
</h2>

<div class="grid gap-1">
<span>

<span class="text-purple-400 bg-purple-900 px-1">refactor</span>: changed constants to enums
<a href="https://github.com/Enubia/ghost-chat/commit/6bea83501550fa61c2a81ea271e2f333bb1a9fc0" class="text-blue-500">6bea835</a>
</span>
<span>

<span class="text-blue-400 bg-blue-900 px-1">chore</span>: update readme
<a href="https://github.com/Enubia/ghost-chat/commit/3728f0efea420e40f21fd2f861ad63fd99e75594" class="text-blue-500">3728f0e</a>
</span>
<span>

<span class="text-yellow-400 bg-yellow-900 px-1">fix</span>: type errors after enum refactoring
<a href="https://github.com/Enubia/ghost-chat/commit/da1e594a4092830459cba5fc96aaae4218dace21" class="text-blue-500">da1e594</a>
</span>
<span>

<span class="text-blue-400 bg-blue-900 px-1">chore</span>: removed version from build assets
<a href="https://github.com/Enubia/ghost-chat/commit/29ec0ae779bf5836dfd8727ccd979d56efcace4d" class="text-blue-500">29ec0ae</a>
</span>
<span>

<span class="text-blue-400 bg-blue-900 px-1">chore</span>: update readme
<a href="https://github.com/Enubia/ghost-chat/commit/41e1efc4ff8b40e9ef1db79a6b70de1d769045b3" class="text-blue-500">41e1efc</a>
</span>
</div>
<hr class="mt-2">
<h2 class="text-2xl font-semibold py-2">
v3.2.5 | 12 September 2024
</h2>

<div class="grid gap-1">
Expand All @@ -9,6 +41,11 @@
<span class="text-yellow-400 bg-yellow-900 px-1">fix</span>: linter changes
<a href="https://github.com/Enubia/ghost-chat/commit/e96fecd171581bf0393c3c67c0a626cd13e90c80" class="text-blue-500">e96fecd</a>
</span>
<span>

<span class="text-blue-400 bg-blue-900 px-1">chore</span>: update changelog
<a href="https://github.com/Enubia/ghost-chat/commit/6c0c49f2ea6f698eb8a11203a34c22eeda355244" class="text-blue-500">6c0c49f</a>
</span>
<span>

<span class="text-yellow-400 bg-yellow-900 px-1">fix</span>: linter issues
Expand Down

0 comments on commit f9b41da

Please sign in to comment.