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

Commit f75615a

Browse files
committed
chore(release): 3.4.0
1 parent 47bc117 commit f75615a

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.4.0](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.3.2...v3.4.0) (2022-11-21)
6+
7+
8+
### Features
9+
10+
* Logging System for Network ([#99](https://github.com/Discord-ChatBot/ChatBot-Beta/issues/99)) ([2976e6f](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/2976e6f034ec632fa65212ba77f17faa4b2c85c4))
11+
12+
13+
### Bug Fixes
14+
15+
* **eval:** removed eval ([4c3fd8b](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/4c3fd8bb235fbd572bd271a1d9b841a717ebf9c0))
16+
* **goal:** updated goal to 700 ([422d9e8](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/422d9e8e87334feec387d822579b3cecb38d04e1))
17+
* new custom client class, code refactors & several bug fixes ([7f5f06f](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/7f5f06f7d9279b7be46429ad79bc1a6002ce2a1a))
18+
* **script:** checking before replace is not necessary ([74f889a](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/74f889a95a12ed4cdce320d0c390b1451a05a1e8))
19+
* **script:** force any instead of unknown in fetch v3 ([37b534e](https://github.com/Discord-ChatBot/ChatBot-Beta/commit/37b534e11ad5f1ece44a9d6ec06c1dfd5aa70781))
20+
521
### [3.3.2](https://github.com/Discord-ChatBot/ChatBot-Beta/compare/v3.3.0...v3.3.2) (2022-11-14)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-chatbot",
3-
"version": "3.3.3-beta",
3+
"version": "3.4.0",
44
"description": "A growing Discord bot which provides inter-server chat!",
55
"main": "build/src/index.js",
66
"maintainers": [
@@ -17,7 +17,6 @@
1717
"url": "https://github.com/Chanakan55991"
1818
}
1919
],
20-
2120
"license": "AGPL-3.0-or-later",
2221
"scripts": {
2322
"start": "node .",

0 commit comments

Comments
 (0)