Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit a9a54ae

Browse files
committed
chore(release): 3.20.0
1 parent 96843b1 commit a9a54ae

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [3.20.0](https://github.com/Discord-InterChat/InterChat/compare/v3.19.5...v3.20.0) (2024-05-05)
6+
7+
8+
### Features
9+
10+
* **network:** add simple db caching layer to `NetworkManager()` ([#61](https://github.com/Discord-InterChat/InterChat/issues/61)) ([769fa5d](https://github.com/Discord-InterChat/InterChat/commit/769fa5d6b138d81860c3be65dbc325fc4d89cccc))
11+
12+
13+
### Bug Fixes
14+
15+
* **credits:** fix broken emojis ([4aeceaf](https://github.com/Discord-InterChat/InterChat/commit/4aeceaf73520655fc7cdb14636fcfd8a8583d1ec))
16+
* **hub:** same thing :( ([b47dd8d](https://github.com/Discord-InterChat/InterChat/commit/b47dd8d4afc6d404bb8655e3e8c3f9aa357037ae))
17+
518
### [3.19.5](https://github.com/Discord-InterChat/InterChat/compare/v3.19.4...v3.19.5) (2024-04-27)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interchat",
3-
"version": "3.19.5",
3+
"version": "3.20.0",
44
"description": "A growing Discord bot which provides inter-server chat!",
55
"main": "build/index.js",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)